Home
last modified time | relevance | path

Searched refs:ERST_BASE_RSVDP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c2290 erst_base &= ERST_BASE_RSVDP; in xhci_add_interrupter()
2291 erst_base |= ir->erst.erst_dma_addr & ~ERST_BASE_RSVDP; in xhci_add_interrupter()
H A Dxhci.h262 #define ERST_BASE_RSVDP (GENMASK_ULL(5, 0)) macro