Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h832 #define TRB_TO_SUSPEND_PORT(p) (((p) & (1 << 23)) >> 23) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1282 #define TRB_TO_SUSPEND_PORT(p) (((p) & (1 << 23)) >> 23) macro
2465 TRB_TO_SUSPEND_PORT(field3), in xhci_decode_trb()
H A Dxhci-ring.c1082 if (unlikely(TRB_TO_SUSPEND_PORT(le32_to_cpu(trb->generic.field[3])))) { in xhci_handle_cmd_stop_ep()