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