Home
last modified time | relevance | path

Searched defs:TRB_TO_SUSPEND_PORT (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h831 #define TRB_TO_SUSPEND_PORT(p) (((p) & (1 << 23)) >> 23) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h972 #define TRB_TO_SUSPEND_PORT(p) (((p) >> 23) & 0x1) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1282 #define TRB_TO_SUSPEND_PORT(p) (((p) & (1 << 23)) >> 23) macro