Searched refs:temp_64 (Results 1 – 3 of 3) sorted by relevance
/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 …]
|
/drivers/usb/host/ |
D | xhci-ring.c | 3107 u64 temp_64; in xhci_update_erst_dequeue() local 3110 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue() 3121 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue() 3126 temp_64 &= ERST_PTR_MASK; in xhci_update_erst_dequeue() 3127 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue() 3131 temp_64 |= ERST_EHB; in xhci_update_erst_dequeue() 3132 xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue() 3156 u64 temp_64; in xhci_irq() local 3205 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq() 3206 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq()
|
D | xhci.c | 644 u64 temp_64; in xhci_run() local 662 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run() 663 temp_64 &= ~ERST_PTR_MASK; in xhci_run() 665 "ERST deq = 64'h%0lx", (long unsigned int) temp_64); in xhci_run() 4088 u64 temp_64; in xhci_setup_device() local 4231 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_setup_device() 4233 "Op regs DCBAA ptr = %#016llx", temp_64); in xhci_setup_device()
|