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

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c666 grub_ohci_td_t td_current_virt;
754 for (i = 0, cdata->td_current_virt = cdata->td_head_virt;
759 grub_ohci_transaction (cdata->td_current_virt, tr->pid, tr->toggle,
763 cdata->td_current_virt->tr_index = (grub_uint32_t) i;
766 cdata->td_last_phys = grub_ohci_td_virt2phys (o, cdata->td_current_virt);
785 cdata->td_current_virt->link_td = td_next_virt;
786 cdata->td_current_virt->next_td = grub_cpu_to_le32 (
790 cdata->td_current_virt);
791 cdata->td_current_virt = td_next_virt;
795 cdata->td_current_virt);
664 grub_ohci_td_t td_current_virt; member in struct:grub_ohci_transfer_controller_data
[all...]

Completed in 19 milliseconds