Searched refs:ERST_PTR_MASK (Results 1 – 9 of 9) sorted by relevance
573 (u64)deq & (u64)~ERST_PTR_MASK); in xhci_mem_init()583 val_64 &= ERST_PTR_MASK; in xhci_mem_init()584 val_64 |= ((uintptr_t)(ctrl->erst.entries) & ~ERST_PTR_MASK); in xhci_mem_init()
428 #define ERST_PTR_MASK (0xf) macro
1110 temp &= ERST_PTR_MASK; in cdnsp_set_event_deq()1118 cdnsp_write_64(((u64)deq & (u64)~ERST_PTR_MASK) | temp, in cdnsp_set_event_deq()1300 val_64 &= ERST_PTR_MASK; in cdnsp_mem_init()1301 val_64 |= (pdev->erst.erst_dma_addr & (u64)~ERST_PTR_MASK); in cdnsp_mem_init()
1350 temp_64 &= ERST_PTR_MASK; in cdnsp_update_erst_dequeue()1351 temp_64 |= ((u64)deq & (u64)~ERST_PTR_MASK); in cdnsp_update_erst_dequeue()
412 #define ERST_PTR_MASK GENMASK(3, 0) macro
1830 tmp64 &= (u64) ERST_PTR_MASK; in xhci_free_interrupter()1947 temp &= ERST_PTR_MASK; in xhci_set_hc_event_deq()1954 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp, in xhci_set_hc_event_deq()
3162 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue()3163 ((u64) deq & (u64) ~ERST_PTR_MASK)) in xhci_update_erst_dequeue()3168 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue()
273 #define ERST_PTR_MASK (0xf) macro
524 temp_64 &= ~ERST_PTR_MASK; in xhci_run()