Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-mem.c570 (u64)deq & (u64)~ERST_PTR_MASK); in xhci_mem_init()
580 val_64 &= ERST_PTR_MASK; in xhci_mem_init()
581 val_64 |= ((uintptr_t)(ctrl->erst.entries) & ~ERST_PTR_MASK); in xhci_mem_init()
Dxhci.h428 #define ERST_PTR_MASK (0xf) macro