Home
last modified time | relevance | path

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

/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()
/linux/drivers/usb/host/
H A Dxhci-mem.c1805 tmp &= ERST_SIZE_MASK; in xhci_remove_interrupter()
2310 erst_size &= ERST_SIZE_MASK; in xhci_add_interrupter()
H A Dxhci.h259 #define ERST_SIZE_MASK (0xffff << 16) macro