Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/usb/
Dehci_def.h61 #define HCC_64BIT_ADDR(p) ((p)&(1)) /* true: can use 64-bit addr */ macro
/Linux-v5.10/drivers/usb/host/
Dehci-dbg.c61 HCC_64BIT_ADDR(params) ? " 64 bit addr" : ""); in dbg_hcc_params()
70 HCC_64BIT_ADDR(params) ? " 64 bit addr" : "", in dbg_hcc_params()
Dehci-hcd.c598 if (HCC_64BIT_ADDR(hcc_params)) { in ehci_run()
Doxu210hp-hcd.c116 #define HCC_64BIT_ADDR(p) ((p)&(1)) /* true: can use 64-bit addr */ macro
3142 if (HCC_64BIT_ADDR(hcc_params)) in oxu_run()
Dxhci.h96 #define HCC_64BIT_ADDR(p) ((p) & (1 << 0)) macro
Dxhci.c5257 if (HCC_64BIT_ADDR(xhci->hcc_params) && in xhci_gen_setup()