Searched refs:temp_64 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | mad.c | 3302 u64 temp_64; in pma_get_ib_portcounters() local 3327 temp_64 = be64_to_cpu(rsp.port_rcv_errors); in pma_get_ib_portcounters() 3328 if (temp_64 > 0xFFFFUL) in pma_get_ib_portcounters() 3331 p->port_rcv_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters() 3333 temp_64 = be64_to_cpu(rsp.port_rcv_remote_physical_errors); in pma_get_ib_portcounters() 3334 if (temp_64 > 0xFFFFUL) in pma_get_ib_portcounters() 3337 p->port_rcv_remphys_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters() 3339 temp_64 = be64_to_cpu(rsp.port_rcv_switch_relay_errors); in pma_get_ib_portcounters() 3340 p->port_rcv_switch_relay_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters() 3342 temp_64 = be64_to_cpu(rsp.port_xmit_discards); in pma_get_ib_portcounters() [all …]
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-ring.c | 342 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() 2645 u64 temp_64; in xhci_irq() local 2689 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq() 2690 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq() 2702 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq() 2711 temp_64 &= ERST_PTR_MASK; in xhci_irq() 2712 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_irq() 2716 temp_64 |= ERST_EHB; in xhci_irq() [all …]
|
D | xhci.c | 638 u64 temp_64; in xhci_run() local 656 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run() 657 temp_64 &= ~ERST_PTR_MASK; in xhci_run() 659 "ERST deq = 64'h%0lx", (long unsigned int) temp_64); in xhci_run() 3926 u64 temp_64; in xhci_setup_device() local 4060 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_setup_device() 4062 "Op regs DCBAA ptr = %#016llx", temp_64); in xhci_setup_device()
|