Home
last modified time | relevance | path

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

/drivers/usb/host/
Doxu210hp.h85 #define HCC_64BIT_ADDR(p) ((p)&(1)) /* true: can use 64-bit addr */ macro
Dxhci-dbg.c100 HCC_64BIT_ADDR(temp) ? "64" : "32"); in xhci_print_cap_regs()
Dehci-dbg.c71 HCC_64BIT_ADDR(params) ? " 64 bit addr" : ""); in dbg_hcc_params()
80 HCC_64BIT_ADDR(params) ? " 64 bit addr" : "", in dbg_hcc_params()
Dehci-hcd.c610 if (HCC_64BIT_ADDR(hcc_params)) { in ehci_run()
Dxhci.h108 #define HCC_64BIT_ADDR(p) ((p) & (1 << 0)) macro
Doxu210hp-hcd.c2721 if (HCC_64BIT_ADDR(hcc_params)) in oxu_run()
Dxhci.c4977 if (HCC_64BIT_ADDR(xhci->hcc_params) && in xhci_gen_setup()