Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-dbg.c457 switch (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state))) { in xhci_get_slot_state()
Dxhci.h656 #define GET_SLOT_STATE(p) (((p) & (0x1f << 27)) >> 27) macro
Dxhci.c3490 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == in xhci_discover_or_reset_device()
3831 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == in xhci_setup_device()
Dxhci-ring.c993 slot_state = GET_SLOT_STATE(slot_state); in xhci_handle_cmd_set_deq()