Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-dbg.c17 int state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in xhci_get_slot_state()
H A Dxhci.h681 #define GET_SLOT_STATE(p) (((p) & (0x1f << 27)) >> 27) macro
2607 xhci_slot_state_string(GET_SLOT_STATE(state))); in xhci_decode_slot_context()
H A Dxhci.c3742 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == in xhci_discover_or_reset_device()
4110 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == in xhci_setup_device()
H A Dxhci-ring.c1395 slot_state = GET_SLOT_STATE(slot_state); in xhci_handle_cmd_set_deq()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h565 #define GET_SLOT_STATE(p) (((p) & (0x1f << 27)) >> 27) macro