Home
last modified time | relevance | path

Searched refs:TRB_TO_SUSPEND_PORT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h347 TRB_TO_SUSPEND_PORT(field3), in cdnsp_decode_trb()
H A Dcdnsp-gadget.h975 #define TRB_TO_SUSPEND_PORT(p) (((p) >> 23) & 0x1) macro
/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/host/
H A Dxhci.h1027 #define TRB_TO_SUSPEND_PORT(p) (((p) & (1 << 23)) >> 23) macro
2188 TRB_TO_SUSPEND_PORT(field3), in xhci_decode_trb()
H A Dxhci-ring.c1135 if (unlikely(TRB_TO_SUSPEND_PORT(le32_to_cpu(trb->generic.field[3])))) { in xhci_handle_cmd_stop_ep()