Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/usb/
Dehci_def.h48 #define HCC_64BIT_ADDR(p) ((p)&(1)) /* true: can use 64-bit addr */ macro
/Linux-v6.1/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.c600 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
3143 if (HCC_64BIT_ADDR(hcc_params)) in oxu_run()
Dxhci.h99 #define HCC_64BIT_ADDR(p) ((p) & (1 << 0)) macro
Dxhci.c5360 if (HCC_64BIT_ADDR(xhci->hcc_params) && in xhci_gen_setup()
/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-gadget.h82 #define HCC_64BIT_ADDR(p) ((p) & BIT(0)) macro
Dcdnsp-gadget.c1817 if (HCC_64BIT_ADDR(pdev->hcc_params) && in cdnsp_gen_setup()