Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-caps.h37 #define HCC_64BIT_ADDR(p) ((p) & (1 << 0)) macro
H A Dxhci.c5354 if (HCC_64BIT_ADDR(xhci->hcc_params) && 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.c1817 if (HCC_64BIT_ADDR(pdev->hcc_params) && in cdnsp_gen_setup()