Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
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()
A Dcdnsp-gadget.c1251 temp_64 &= ~ERST_PTR_MASK; in cdnsp_run()
1354 temp_64 &= ERST_PTR_MASK; in cdnsp_update_erst_dequeue()
1355 temp_64 |= ((u64)deq & (u64)~ERST_PTR_MASK); in cdnsp_update_erst_dequeue()
A Dcdnsp-gadget.h412 #define ERST_PTR_MASK GENMASK(3, 0) macro
/linux/drivers/usb/host/
A Dxhci-mem.c2105 temp &= ERST_PTR_MASK; in xhci_set_hc_event_deq()
2113 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp, in xhci_set_hc_event_deq()
2542 val_64 &= ERST_PTR_MASK; in xhci_mem_init()
2543 val_64 |= (xhci->erst.erst_dma_addr & (u64) ~ERST_PTR_MASK); in xhci_mem_init()
A Dxhci-ring.c3060 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue()
3061 ((u64) deq & (u64) ~ERST_PTR_MASK)) in xhci_update_erst_dequeue()
3065 temp_64 &= ERST_PTR_MASK; in xhci_update_erst_dequeue()
3066 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue()
A Dxhci.h522 #define ERST_PTR_MASK (0xf) macro
A Dxhci.c659 temp_64 &= ~ERST_PTR_MASK; in xhci_run()

Completed in 43 milliseconds