Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dohci-dbg.c282 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 Dohci.h94 #define TD_CC_GET(td_p) ((td_p >>28) & 0x0f) macro
H A Dohci-q.c802 cc = TD_CC_GET (tdINFO); in td_done()
957 cc = TD_CC_GET (hc32_to_cpup (ohci, &td->hwINFO)); in update_done_list()
/openbmc/u-boot/drivers/usb/host/
H A Dohci.h76 #define TD_CC_GET(td_p) ((td_p >>28) & 0x0f) macro
H A Dohci-hcd.c1069 cc = TD_CC_GET(m32_swap(td_list->hwINFO)); in check_status()
1152 cc = TD_CC_GET(tdINFO); in takeback_td()