Searched refs:ERST_PTR_MASK (Results 1 – 6 of 6) 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()
2222 temp &= ERST_PTR_MASK; in xhci_set_hc_event_deq()2230 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp, in xhci_set_hc_event_deq()2665 val_64 &= ERST_PTR_MASK; in xhci_mem_init()2666 val_64 |= (xhci->erst.erst_dma_addr & (u64) ~ERST_PTR_MASK); in xhci_mem_init()
3054 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue()3055 ((u64) deq & (u64) ~ERST_PTR_MASK)) in xhci_update_erst_dequeue()3059 temp_64 &= ERST_PTR_MASK; in xhci_update_erst_dequeue()3060 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue()
526 #define ERST_PTR_MASK (0xf) macro
657 temp_64 &= ~ERST_PTR_MASK; in xhci_run()
429 #define ERST_PTR_MASK (0xf) macro