Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h975 #define TRB_TO_SUSPEND_PORT(p) (((p) >> 23) & 0x1) macro
/linux/drivers/usb/host/
H A Dxhci.h1004 #define TRB_TO_SUSPEND_PORT(p) (((p) & (1 << 23)) >> 23) macro