Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/cdns3/
Dcdnsp-gadget.h402 #define ERST_SIZE_MASK GENMASK(31, 16) macro
Dcdnsp-mem.c1294 val &= ERST_SIZE_MASK; in cdnsp_mem_init()
/Linux-v6.6/drivers/usb/host/
Dxhci-mem.c1824 tmp &= ERST_SIZE_MASK; in xhci_free_interrupter()
2283 erst_size &= ERST_SIZE_MASK; in xhci_add_interrupter()
Dxhci.h514 #define ERST_SIZE_MASK (0xffff << 16) macro