Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h528 #define LAST_CTX_MASK (0x1f << 27) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c543 slot_ctx->dev_info &= ~(cpu_to_le32(LAST_CTX_MASK)); in xhci_set_configuration()