Home
last modified time | relevance | path

Searched defs:HCC_64BIT_ADDR (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-caps.h37 #define HCC_64BIT_ADDR(p) ((p) & (1 << 0)) macro
/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