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

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c678 grub_uint32_t td_head_phys;
722 td_head_phys = grub_le_to_cpu32 (cdata->ed_virt->td_head) & ~0xf;
726 if (td_head_phys != td_tail_phys) /* Should never happen ! */
730 td_head_phys, td_tail_phys);
738 if (!td_head_phys)
750 cdata->td_head_virt = grub_ohci_td_phys2virt ( o, td_head_phys );
753 cdata->td_last_phys = td_head_phys; /* initial value to make compiler happy... */
676 grub_uint32_t td_head_phys; local

Completed in 21 milliseconds