Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h528 #define LAST_CTX_MASK (0x1f << 27) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h644 #define LAST_CTX_MASK (0x1f << 27) macro
2598 (info & LAST_CTX_MASK) >> 27, in xhci_decode_slot_context()
H A Dxhci.c1982 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in xhci_zero_in_ctx()
2955 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in xhci_check_bandwidth()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c540 slot_ctx->dev_info &= ~(cpu_to_le32(LAST_CTX_MASK)); in xhci_set_configuration()