Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h419 s, (info & LAST_CTX_MASK) >> 27); in cdnsp_decode_slot_context()
H A Dcdnsp-gadget.c487 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in cdnsp_zero_in_ctx()
707 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in cdnsp_update_eps_configuration()
H A Dcdnsp-gadget.h605 #define LAST_CTX_MASK ((unsigned int)GENMASK(31, 27)) macro