Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-hcd.c1173 #define NEXT_QH(qh) (struct QH *)((unsigned long)hc32_to_cpu((qh)->qh_link) & ~0x1f) macro
1438 if (NEXT_QH(cur) == queue->first) { in _ehci_destroy_int_queue()
1446 cur = NEXT_QH(cur); in _ehci_destroy_int_queue()