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

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c663 grub_uint32_t tderr_phys;
856 * : tderr_phys == td_last_phys, td_head == td_tail
859 * : tderr_phys = last processed and retired TD with error,
861 * : if bad_OHCI == TRUE, tderr_phys will be probably invalid
951 /* First we must get proper tderr_phys value */
953 cdata->tderr_phys = grub_ohci_td_phys2virt (o,
958 tderr_virt = grub_ohci_td_phys2virt (o, cdata->tderr_phys);
969 grub_dprintf ("ohci", "OHCI tderr_phys=0x%02x, errcode=0x%02x\n",
970 cdata->tderr_phys, errcode);
1074 cdata->tderr_phys
661 grub_uint32_t tderr_phys; member in struct:grub_ohci_transfer_controller_data
[all...]

Completed in 24 milliseconds