Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dmad.c3292 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 …]
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-ring.c2881 u64 temp_64; in xhci_update_erst_dequeue() local
2884 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue()
2895 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue()
2900 temp_64 &= ERST_PTR_MASK; in xhci_update_erst_dequeue()
2901 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue()
2905 temp_64 |= ERST_EHB; in xhci_update_erst_dequeue()
2906 xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue()
2920 u64 temp_64; in xhci_irq() local
2965 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq()
2966 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq()
Dxhci.c641 u64 temp_64; in xhci_run() local
659 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run()
660 temp_64 &= ~ERST_PTR_MASK; in xhci_run()
662 "ERST deq = 64'h%0lx", (long unsigned int) temp_64); in xhci_run()
4127 u64 temp_64; in xhci_setup_device() local
4263 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_setup_device()
4265 "Op regs DCBAA ptr = %#016llx", temp_64); in xhci_setup_device()