Searched refs:ERST_PTR_MASK (Results 1 – 2 of 2) sorted by relevance
574 (u64)deq & (u64)~ERST_PTR_MASK); in xhci_mem_init()584 val_64 &= ERST_PTR_MASK; in xhci_mem_init()585 val_64 |= ((uintptr_t)(ctrl->erst.entries) & ~ERST_PTR_MASK); in xhci_mem_init()
429 #define ERST_PTR_MASK (0xf) macro