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

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c62 grub_uint32_t prev_td_phys; /* we need it to find previous TD member in struct:grub_ohci_td
580 if (td->prev_td_phys)
583 td->prev_td_phys);
789 td_next_virt->prev_td_phys = grub_ohci_td_virt2phys (o,
920 if (cdata->td_current_virt->prev_td_phys)
923 = grub_ohci_td_phys2virt (o, cdata->td_current_virt->prev_td_phys);
928 cdata->td_current_virt->prev_td_phys = 0;
955 ->prev_td_phys;
1195 & ~0xf)->prev_td_phys;

Completed in 32 milliseconds