Searched refs:td_head_virt (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c667 grub_ohci_td_t td_head_virt;
740 cdata->td_head_virt = grub_ohci_alloc_td (o);
741 if (!cdata->td_head_virt)
746 = grub_cpu_to_le32 (grub_ohci_td_virt2phys (o, cdata->td_head_virt));
750 cdata->td_head_virt = grub_ohci_td_phys2virt ( o, td_head_phys );
754 for (i = 0, cdata->td_current_virt = cdata->td_head_virt;
774 grub_le_to_cpu32 (cdata->td_head_virt->next_td)));
776 grub_memset ( (void*)cdata->td_head_virt, 0,
932 grub_ohci_free_tds (o, cdata->td_head_virt);
665 grub_ohci_td_t td_head_virt; member in struct:grub_ohci_transfer_controller_data

Completed in 23 milliseconds