Home
last modified time | relevance | path

Searched refs:LAST_CTX_MASK (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-debug.h421 s, (info & LAST_CTX_MASK) >> 27); in cdnsp_decode_slot_context()
H A Dcdnsp-gadget.h598 #define LAST_CTX_MASK ((unsigned int)GENMASK(31, 27)) macro
H A Dcdnsp-gadget.c457 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in cdnsp_zero_in_ctx()
661 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in cdnsp_update_eps_configuration()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h643 #define LAST_CTX_MASK (0x1f << 27) macro
2537 (info & LAST_CTX_MASK) >> 27, in xhci_decode_slot_context()
H A Dxhci.c1997 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in xhci_zero_in_ctx()
2962 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in xhci_check_bandwidth()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h646 #define LAST_CTX_MASK (0x1f << 27) macro
2569 (info & LAST_CTX_MASK) >> 27, in xhci_decode_slot_context()
H A Dxhci.c1976 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in xhci_zero_in_ctx()
2934 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in xhci_check_bandwidth()

Completed in 28 milliseconds