Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/usb/
A Dehci_def.h48 #define HCC_64BIT_ADDR(p) ((p)&(1)) /* true: can use 64-bit addr */ macro
/linux-6.3-rc2/drivers/usb/host/
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()
A Dehci-hcd.c600 if (HCC_64BIT_ADDR(hcc_params)) { in ehci_run()
A 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()
A Dxhci.h99 #define HCC_64BIT_ADDR(p) ((p) & (1 << 0)) macro
A Dxhci.c5411 if (HCC_64BIT_ADDR(xhci->hcc_params) && in xhci_gen_setup()
/linux-6.3-rc2/drivers/usb/cdns3/
A Dcdnsp-gadget.h82 #define HCC_64BIT_ADDR(p) ((p) & BIT(0)) macro
A Dcdnsp-gadget.c1817 if (HCC_64BIT_ADDR(pdev->hcc_params) && in cdnsp_gen_setup()

Completed in 41 milliseconds