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

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c191 grub_ohci_td_virt2phys (struct grub_ohci *o, grub_ohci_td_t x) function
746 = grub_cpu_to_le32 (grub_ohci_td_virt2phys (o, cdata->td_head_virt));
766 cdata->td_last_phys = grub_ohci_td_virt2phys (o, cdata->td_current_virt);
787 grub_ohci_td_virt2phys (o,
789 td_next_virt->prev_td_phys = grub_ohci_td_virt2phys (o,
806 = grub_cpu_to_le32 (grub_ohci_td_virt2phys (o, cdata->td_current_virt));

Completed in 23 milliseconds