Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c574 (u64)deq & (u64)~ERST_PTR_MASK); in xhci_mem_init()
584 val_64 &= ERST_PTR_MASK; in xhci_mem_init()
585 val_64 |= ((uintptr_t)(ctrl->erst.entries) & ~ERST_PTR_MASK); in xhci_mem_init()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c2222 temp &= ERST_PTR_MASK; in xhci_set_hc_event_deq()
2230 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp, in xhci_set_hc_event_deq()
2665 val_64 &= ERST_PTR_MASK; in xhci_mem_init()
2666 val_64 |= (xhci->erst.erst_dma_addr & (u64) ~ERST_PTR_MASK); in xhci_mem_init()
H A Dxhci-ring.c3054 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue()
3055 ((u64) deq & (u64) ~ERST_PTR_MASK)) in xhci_update_erst_dequeue()
3059 temp_64 &= ERST_PTR_MASK; in xhci_update_erst_dequeue()
3060 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue()
H A Dxhci.h526 #define ERST_PTR_MASK (0xf) macro
H A Dxhci.c657 temp_64 &= ~ERST_PTR_MASK; in xhci_run()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h429 #define ERST_PTR_MASK (0xf) macro