Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ext-caps.h32 #define XHCI_EXT_CAPS_ID(p) (((p)>>0)&0xff) macro
117 if (offset != start && (id == 0 || XHCI_EXT_CAPS_ID(val) == id)) in xhci_find_next_ext_cap()
H A Dxhci-ext-caps.c95 switch (XHCI_EXT_CAPS_ID(val)) { in xhci_ext_cap_init()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1167 #define XHCI_EXT_CAPS_ID(p) (((p) >> 0) & 0xff) macro