Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-debug.h418 s, (info & LAST_CTX_MASK) >> 27); in cdnsp_decode_slot_context()
H A Dcdnsp-gadget.c478 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in cdnsp_zero_in_ctx()
682 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in cdnsp_update_eps_configuration()
H A Dcdnsp-gadget.h601 #define LAST_CTX_MASK ((unsigned int)GENMASK(31, 27)) macro
/linux-6.15/drivers/usb/host/
H A Dxhci.h367 #define LAST_CTX_MASK (0x1f << 27) macro
2318 (info & LAST_CTX_MASK) >> 27, in xhci_decode_slot_context()
H A Dxhci.c2019 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in xhci_zero_in_ctx()
3020 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in xhci_check_bandwidth()