Searched refs:temp_64 (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/infiniband/hw/hfi1/ |
| D | mad.c | 3292 u64 temp_64; in pma_get_ib_portcounters() local 3317 temp_64 = be64_to_cpu(rsp.port_rcv_errors); in pma_get_ib_portcounters() 3318 if (temp_64 > 0xFFFFUL) in pma_get_ib_portcounters() 3321 p->port_rcv_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters() 3323 temp_64 = be64_to_cpu(rsp.port_rcv_remote_physical_errors); in pma_get_ib_portcounters() 3324 if (temp_64 > 0xFFFFUL) in pma_get_ib_portcounters() 3327 p->port_rcv_remphys_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters() 3329 temp_64 = be64_to_cpu(rsp.port_rcv_switch_relay_errors); in pma_get_ib_portcounters() 3330 p->port_rcv_switch_relay_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters() 3332 temp_64 = be64_to_cpu(rsp.port_xmit_discards); in pma_get_ib_portcounters() [all …]
|
| /Linux-v5.10/drivers/usb/host/ |
| D | xhci-ring.c | 345 u64 temp_64; in xhci_abort_cmd_ring() local 352 temp_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_abort_cmd_ring() 353 xhci_write_64(xhci, temp_64 | CMD_RING_ABORT, in xhci_abort_cmd_ring() 2798 u64 temp_64; in xhci_update_erst_dequeue() local 2801 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue() 2812 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue() 2817 temp_64 &= ERST_PTR_MASK; in xhci_update_erst_dequeue() 2818 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue() 2822 temp_64 |= ERST_EHB; in xhci_update_erst_dequeue() 2823 xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue() [all …]
|
| D | xhci.c | 637 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() 4066 u64 temp_64; in xhci_setup_device() local 4201 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_setup_device() 4203 "Op regs DCBAA ptr = %#016llx", temp_64); in xhci_setup_device()
|