Searched refs:GET_SLOT_STATE (Results 1 – 4 of 4) sorted by relevance
17 int state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in xhci_get_slot_state()
666 #define GET_SLOT_STATE(p) (((p) & (0x1f << 27)) >> 27) macro2427 xhci_slot_state_string(GET_SLOT_STATE(state))); in xhci_decode_slot_context()
3612 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == in xhci_discover_or_reset_device()3960 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == in xhci_setup_device()
1065 slot_state = GET_SLOT_STATE(slot_state); in xhci_handle_cmd_set_deq()