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

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c77 typedef volatile struct grub_ohci_td *grub_ohci_td_t; typedef in typeref:struct:grub_ohci_td
98 grub_ohci_td_t td; /* TDs */
102 grub_ohci_td_t td_free; /* Pointer to first free TD */
182 static inline grub_ohci_td_t
187 return (grub_ohci_td_t) (x - o->td_addr + (grub_uint8_t *) o->td);
191 grub_ohci_td_virt2phys (struct grub_ohci *o, grub_ohci_td_t x)
550 static grub_ohci_td_t
553 grub_ohci_td_t ret;
560 o->td_free = (grub_ohci_td_t)ret->link_td; /* Advance to next free TD in chain */
566 grub_ohci_free_td (struct grub_ohci *o, grub_ohci_td_t t
[all...]

Completed in 16 milliseconds