Home
last modified time | relevance | path

Searched defs:HCS_MAX_SCRATCHPAD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-caps.h27 #define HCS_MAX_SCRATCHPAD(p) ((((p) >> 16) & 0x3e0) | (((p) >> 27) & 0x1f)) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h116 #define HCS_MAX_SCRATCHPAD(p) ((((p) >> 16) & 0x3e0) | (((p) >> 27) & 0x1f)) macro