Home
last modified time | relevance | path

Searched refs:ERST_PTR_MASK (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-mem.c1110 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()
H A Dcdnsp-gadget.h412 #define ERST_PTR_MASK GENMASK(3, 0) macro
H A Dcdnsp-gadget.c1350 temp_64 &= ERST_PTR_MASK; in cdnsp_update_erst_dequeue()
1351 temp_64 |= ((u64)deq & (u64)~ERST_PTR_MASK); in cdnsp_update_erst_dequeue()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c2132 temp &= ERST_PTR_MASK; in xhci_set_hc_event_deq()
2140 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp, in xhci_set_hc_event_deq()
2593 val_64 &= ERST_PTR_MASK; in xhci_mem_init()
2594 val_64 |= (xhci->erst.erst_dma_addr & (u64) ~ERST_PTR_MASK); in xhci_mem_init()
H A Dxhci-ring.c2941 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue()
2942 ((u64) deq & (u64) ~ERST_PTR_MASK)) in xhci_update_erst_dequeue()
2946 temp_64 &= ERST_PTR_MASK; in xhci_update_erst_dequeue()
2947 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue()
H A Dxhci.h525 #define ERST_PTR_MASK (0xf) macro
H A Dxhci.c664 temp_64 &= ~ERST_PTR_MASK; in xhci_run()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mem.c1828 tmp64 &= (u64) ERST_PTR_MASK; in xhci_free_interrupter()
1945 temp &= ERST_PTR_MASK; in xhci_set_hc_event_deq()
1952 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp, in xhci_set_hc_event_deq()
H A Dxhci-ring.c3066 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue()
3067 ((u64) deq & (u64) ~ERST_PTR_MASK)) in xhci_update_erst_dequeue()
3072 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue()
H A Dxhci.h528 #define ERST_PTR_MASK (0xf) macro
H A Dxhci.c523 temp_64 &= ~ERST_PTR_MASK; in xhci_run()

Completed in 45 milliseconds