Home
last modified time | relevance | path

Searched refs:XHCI_EXT_CAPS_NEXT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-ext-caps.h33 #define XHCI_EXT_CAPS_NEXT(p) (((p)>>8)&0xff) macro
120 next = XHCI_EXT_CAPS_NEXT(val); in xhci_find_next_ext_cap()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1168 #define XHCI_EXT_CAPS_NEXT(p) (((p) >> 8) & 0xff) macro