Home
last modified time | relevance | path

Searched refs:done_head (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h144 __u32 done_head; /* info returned for an interrupt */ member
H A Dohci-hcd.c1100 td_list_hc = m32_swap(ohci->hcca->done_head) & 0xfffffff0; in dl_reverse_done_list()
1101 ohci->hcca->done_head = 0; in dl_reverse_done_list()
1909 if ((ohci->hcca->done_head != 0) && in hc_interrupt()
1910 !(m32_swap(ohci->hcca->done_head) & 0x01)) { in hc_interrupt()
/openbmc/linux/drivers/usb/host/
H A Dohci.h200 __hc32 done_head; /* info returned for an interrupt */ member
H A Dohci-q.c940 td_dma = hc32_to_cpup (ohci, &ohci->hcca->done_head); in update_done_list()
941 ohci->hcca->done_head = 0; in update_done_list()