Home
last modified time | relevance | path

Searched refs:ERST_PTR_MASK (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-mem.c2118 temp &= ERST_PTR_MASK; in xhci_set_hc_event_deq()
2126 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp, in xhci_set_hc_event_deq()
2543 val_64 &= ERST_PTR_MASK; in xhci_mem_init()
2544 val_64 |= (xhci->erst.erst_dma_addr & (u64) ~ERST_PTR_MASK); in xhci_mem_init()
Dxhci-ring.c2812 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue()
2813 ((u64) deq & (u64) ~ERST_PTR_MASK)) in xhci_update_erst_dequeue()
2817 temp_64 &= ERST_PTR_MASK; in xhci_update_erst_dequeue()
2818 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue()
Dxhci.h519 #define ERST_PTR_MASK (0xf) macro
Dxhci.c656 temp_64 &= ~ERST_PTR_MASK; in xhci_run()