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

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c78 typedef volatile struct grub_ohci_ed *grub_ohci_ed_t; typedef in typeref:struct:grub_ohci_ed
92 grub_ohci_ed_t ed_ctrl; /* EDs for CONTROL */
95 grub_ohci_ed_t ed_bulk; /* EDs for BULK */
159 static inline grub_ohci_ed_t
165 return (grub_ohci_ed_t) (x - o->ed_bulk_addr
167 return (grub_ohci_ed_t) (x - o->ed_ctrl_addr
172 grub_ohci_virt_to_phys (struct grub_ohci *o, int bulk, grub_ohci_ed_t x)
495 static grub_ohci_ed_t
498 grub_ohci_ed_t ed, ed_next;
665 grub_ohci_ed_t ed_vir
[all...]

Completed in 644 milliseconds