Searched refs:ERST_PTR_MASK (Results 1 – 4 of 4) sorted by relevance
2064 temp &= ERST_PTR_MASK; in xhci_set_hc_event_deq()2072 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp, in xhci_set_hc_event_deq()2507 val_64 &= ERST_PTR_MASK; in xhci_mem_init()2508 val_64 |= (xhci->erst.erst_dma_addr & (u64) ~ERST_PTR_MASK); in xhci_mem_init()
470 #define ERST_PTR_MASK (0xf) macro
2720 temp_64 &= ERST_PTR_MASK; in xhci_irq()2721 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_irq()
630 temp_64 &= ~ERST_PTR_MASK; in xhci_run()