Searched refs:ERST_PTR_MASK (Results 1 – 2 of 2) sorted by relevance
570 (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()
428 #define ERST_PTR_MASK (0xf) macro