Home
last modified time | relevance | path

Searched refs:temp_64 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dmad.c3293 u64 temp_64; in pma_get_ib_portcounters() local
3318 temp_64 = be64_to_cpu(rsp.port_rcv_errors); in pma_get_ib_portcounters()
3319 if (temp_64 > 0xFFFFUL) in pma_get_ib_portcounters()
3322 p->port_rcv_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters()
3324 temp_64 = be64_to_cpu(rsp.port_rcv_remote_physical_errors); in pma_get_ib_portcounters()
3325 if (temp_64 > 0xFFFFUL) in pma_get_ib_portcounters()
3328 p->port_rcv_remphys_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters()
3330 temp_64 = be64_to_cpu(rsp.port_rcv_switch_relay_errors); in pma_get_ib_portcounters()
3331 p->port_rcv_switch_relay_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters()
3333 temp_64 = be64_to_cpu(rsp.port_xmit_discards); in pma_get_ib_portcounters()
[all …]
/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c342 u64 temp_64; in xhci_abort_cmd_ring() local
349 temp_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_abort_cmd_ring()
350 xhci_write_64(xhci, temp_64 | CMD_RING_ABORT, in xhci_abort_cmd_ring()
2755 u64 temp_64; in xhci_irq() local
2799 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq()
2800 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq()
2812 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq()
2821 temp_64 &= ERST_PTR_MASK; in xhci_irq()
2822 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_irq()
2826 temp_64 |= ERST_EHB; in xhci_irq()
[all …]
Dxhci.c637 u64 temp_64; in xhci_run() local
655 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run()
656 temp_64 &= ~ERST_PTR_MASK; in xhci_run()
658 "ERST deq = 64'h%0lx", (long unsigned int) temp_64); in xhci_run()
4059 u64 temp_64; in xhci_setup_device() local
4194 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_setup_device()
4196 "Op regs DCBAA ptr = %#016llx", temp_64); in xhci_setup_device()