Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h61 #define HCC_64BIT_ADDR(p) ((p)&(1)) /* true: can use 64-bit addr */ macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H 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()
H A Dehci-hcd.c599 if (HCC_64BIT_ADDR(hcc_params)) { in ehci_run()
H A Doxu210hp-hcd.c116 #define HCC_64BIT_ADDR(p) ((p)&(1)) /* true: can use 64-bit addr */ macro
3142 if (HCC_64BIT_ADDR(hcc_params)) in oxu_run()
H A Dxhci.h100 #define HCC_64BIT_ADDR(p) ((p) & (1 << 0)) macro
H A Dxhci.c5317 if (HCC_64BIT_ADDR(xhci->hcc_params) && in xhci_gen_setup()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h127 #define HCC_64BIT_ADDR(p) ((p) & (1 << 0)) macro