Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-mem.c1212 u64 val_64; in cdnsp_mem_init() local
1263 val_64 = cdnsp_read_64(&pdev->op_regs->cmd_ring); in cdnsp_mem_init()
1264 val_64 = (val_64 & (u64)CMD_RING_RSVD_BITS) | in cdnsp_mem_init()
1267 cdnsp_write_64(val_64, &pdev->op_regs->cmd_ring); in cdnsp_mem_init()
1296 val_64 = cdnsp_read_64(&pdev->ir_set->erst_base); in cdnsp_mem_init()
1297 val_64 &= ERST_PTR_MASK; in cdnsp_mem_init()
1298 val_64 |= (pdev->erst.erst_dma_addr & (u64)~ERST_PTR_MASK); in cdnsp_mem_init()
1299 cdnsp_write_64(val_64, &pdev->ir_set->erst_base); in cdnsp_mem_init()
Dcdnsp-gadget.c1370 u64 val_64; in cdnsp_clear_cmd_ring() local
1383 val_64 = cdnsp_read_64(&pdev->op_regs->cmd_ring); in cdnsp_clear_cmd_ring()
1384 val_64 = (val_64 & (u64)CMD_RING_RSVD_BITS) | in cdnsp_clear_cmd_ring()
1387 cdnsp_write_64(val_64, &pdev->op_regs->cmd_ring); in cdnsp_clear_cmd_ring()
/Linux-v5.15/drivers/usb/host/
Dxhci-mem.c2385 u64 val_64; in xhci_mem_init() local
2483 val_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_mem_init()
2484 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_mem_init()
2488 "// Setting command ring address to 0x%016llx", val_64); in xhci_mem_init()
2489 xhci_write_64(xhci, val_64, &xhci->op_regs->cmd_ring); in xhci_mem_init()
2541 val_64 = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_mem_init()
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()
2544 xhci_write_64(xhci, val_64, &xhci->ir_set->erst_base); in xhci_mem_init()
Dxhci.c828 u64 val_64; in xhci_set_cmd_ring_deq() local
831 val_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_set_cmd_ring_deq()
832 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_set_cmd_ring_deq()
839 (long unsigned long) val_64); in xhci_set_cmd_ring_deq()
840 xhci_write_64(xhci, val_64, &xhci->op_regs->cmd_ring); in xhci_set_cmd_ring_deq()