Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-caps.h57 #define HCC_64BIT_ADDR BIT(0) macro
H A 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()
H A Dehci-hcd.c599 if (HCC_64BIT_ADDR(hcc_params)) { in ehci_run()
H A Doxu210hp-hcd.c117 #define HCC_64BIT_ADDR(p) ((p)&(1)) /* true: can use 64-bit addr */ macro
3119 if (HCC_64BIT_ADDR(hcc_params)) in oxu_run()
H A Dxhci.c5508 if ((xhci->hcc_params & HCC_64BIT_ADDR) && in xhci_gen_setup()
/linux/include/linux/usb/
H A Dehci_def.h48 #define HCC_64BIT_ADDR(p) ((p)&(1)) /* true: can use 64-bit addr */ macro
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h82 #define HCC_64BIT_ADDR(p) ((p) & BIT(0)) macro
H A Dcdnsp-gadget.c1865 if (HCC_64BIT_ADDR(pdev->hcc_params) && in cdnsp_gen_setup()