Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h65 #define TD_CC_GET(td_p) ((td_p >>28) & 0x0f) macro
H A Dau1x00_usb_ohci.c771 if (TD_CC_GET (m32_swap (td_list->hwINFO))) { in dl_reverse_done_list()
774 TD_CC_GET (m32_swap (td_list->hwINFO)), td_list); in dl_reverse_done_list()
817 cc = TD_CC_GET (tdINFO); in dl_done_list()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h76 #define TD_CC_GET(td_p) ((td_p >>28) & 0x0f) macro
H A Dohci-hcd.c1073 cc = TD_CC_GET(m32_swap(td_list->hwINFO)); in check_status()
1156 cc = TD_CC_GET(tdINFO); in takeback_td()