Home
last modified time | relevance | path

Searched refs:XHCI_HCC_EXT_CAPS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ext-caps.h19 #define XHCI_HCC_EXT_CAPS(p) (((p)>>16)&0xffff) macro
109 offset = XHCI_HCC_EXT_CAPS(val) << 2; in xhci_find_next_ext_cap()
H A Dxhci.h124 #define HCC_EXT_CAPS(p) XHCI_HCC_EXT_CAPS(p)
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h147 #define HCC_EXT_CAPS(p) XHCI_HCC_EXT_CAPS(p)
1155 #define XHCI_HCC_EXT_CAPS(p) (((p)>>16)&0xffff) macro