Searched refs:TD_CC_GET (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-dbg.c | 282 TD_CC_GET(tmp), /* EC, */ toggle, in ohci_dump_td() 292 TD_CC_GET(tmp), in ohci_dump_td() 451 TD_CC_GET (info), td->urb, info); in show_list()
|
H A D | ohci.h | 94 #define TD_CC_GET(td_p) ((td_p >>28) & 0x0f) macro
|
H A D | ohci-q.c | 638 * using TD_CC_GET, as well as by seeing them on the done list. in td_submit_urb() 802 cc = TD_CC_GET (tdINFO); in td_done() 957 cc = TD_CC_GET (hc32_to_cpup (ohci, &td->hwINFO)); in update_done_list()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-dbg.c | 282 TD_CC_GET(tmp), /* EC, */ toggle, in ohci_dump_td() 292 TD_CC_GET(tmp), in ohci_dump_td() 451 TD_CC_GET (info), td->urb, info); in show_list()
|
H A D | ohci.h | 94 #define TD_CC_GET(td_p) ((td_p >>28) & 0x0f) macro
|
H A D | ohci-q.c | 638 * using TD_CC_GET, as well as by seeing them on the done list. in td_submit_urb() 802 cc = TD_CC_GET (tdINFO); in td_done() 957 cc = TD_CC_GET (hc32_to_cpup (ohci, &td->hwINFO)); in update_done_list()
|
Completed in 10 milliseconds