Home
last modified time | relevance | path

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

/linux/include/linux/usb/
A Dehci_def.h62 #define HCC_64BIT_ADDR(p) ((p)&(1)) /* true: can use 64-bit addr */ macro
/linux/drivers/usb/cdns3/
A Dcdnsp-gadget.h82 #define HCC_64BIT_ADDR(p) ((p) & BIT(0)) macro
/linux/drivers/usb/host/
A Doxu210hp-hcd.c116 #define HCC_64BIT_ADDR(p) ((p)&(1)) /* true: can use 64-bit addr */ macro
A Dxhci.h99 #define HCC_64BIT_ADDR(p) ((p) & (1 << 0)) macro

Completed in 29 milliseconds