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

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c664 grub_uint32_t td_last_phys;
753 cdata->td_last_phys = td_head_phys; /* initial value to make compiler happy... */
766 cdata->td_last_phys = grub_ohci_td_virt2phys (o, cdata->td_current_virt);
856 * : tderr_phys == td_last_phys, td_head == td_tail
895 grub_dprintf ("ohci", "intstatus=0x%02x, td_last_phys=0x%02x\n",
896 intstatus, cdata->td_last_phys);
1074 cdata->tderr_phys = cdata->td_last_phys;
662 grub_uint32_t td_last_phys; member in struct:grub_ohci_transfer_controller_data

Completed in 24 milliseconds