Searched refs:ERST_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/usb/ | ||
| H A D | xhci.h | 418 #define ERST_SIZE_MASK (0xffff << 16) macro |
| /rk3399_rockchip-uboot/drivers/usb/host/ | ||
| H A D | xhci-mem.c | 578 val &= ERST_SIZE_MASK; in xhci_mem_init() |