Home
last modified time | relevance | path

Searched refs:ERST_SIZE_MASK (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h417 #define ERST_SIZE_MASK (0xffff << 16) macro
H A Dxhci-mem.c577 val &= ERST_SIZE_MASK; in xhci_mem_init()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h402 #define ERST_SIZE_MASK GENMASK(31, 16) macro
H A Dcdnsp-mem.c1294 val &= ERST_SIZE_MASK; in cdnsp_mem_init()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c1826 tmp &= ERST_SIZE_MASK; in xhci_free_interrupter()
2285 erst_size &= ERST_SIZE_MASK; in xhci_add_interrupter()
H A Dxhci.h514 #define ERST_SIZE_MASK (0xffff << 16) macro