Searched refs:temp_64 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/infiniband/hw/hfi1/ |
| D | mad.c | 3250 u64 temp_64; in pma_get_ib_portcounters() local 3275 temp_64 = be64_to_cpu(rsp.port_rcv_errors); in pma_get_ib_portcounters() 3276 if (temp_64 > 0xFFFFUL) in pma_get_ib_portcounters() 3279 p->port_rcv_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters() 3281 temp_64 = be64_to_cpu(rsp.port_rcv_remote_physical_errors); in pma_get_ib_portcounters() 3282 if (temp_64 > 0xFFFFUL) in pma_get_ib_portcounters() 3285 p->port_rcv_remphys_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters() 3287 temp_64 = be64_to_cpu(rsp.port_rcv_switch_relay_errors); in pma_get_ib_portcounters() 3288 p->port_rcv_switch_relay_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters() 3290 temp_64 = be64_to_cpu(rsp.port_xmit_discards); in pma_get_ib_portcounters() [all …]
|
| /Linux-v5.15/drivers/usb/cdns3/ |
| D | cdnsp-gadget.c | 1246 u64 temp_64; in cdnsp_run() local 1250 temp_64 = cdnsp_read_64(&pdev->ir_set->erst_dequeue); in cdnsp_run() 1251 temp_64 &= ~ERST_PTR_MASK; in cdnsp_run() 1345 u64 temp_64; in cdnsp_update_erst_dequeue() local 1348 temp_64 = cdnsp_read_64(&pdev->ir_set->erst_dequeue); in cdnsp_update_erst_dequeue() 1354 temp_64 &= ERST_PTR_MASK; in cdnsp_update_erst_dequeue() 1355 temp_64 |= ((u64)deq & (u64)~ERST_PTR_MASK); in cdnsp_update_erst_dequeue() 1360 temp_64 |= ERST_EHB; in cdnsp_update_erst_dequeue() 1362 temp_64 &= ~ERST_EHB; in cdnsp_update_erst_dequeue() 1364 cdnsp_write_64(temp_64, &pdev->ir_set->erst_dequeue); in cdnsp_update_erst_dequeue()
|
| /Linux-v5.15/drivers/usb/host/ |
| D | xhci-ring.c | 3040 u64 temp_64; in xhci_update_erst_dequeue() local 3043 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue() 3054 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue() 3059 temp_64 &= ERST_PTR_MASK; in xhci_update_erst_dequeue() 3060 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue() 3064 temp_64 |= ERST_EHB; in xhci_update_erst_dequeue() 3065 xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue() 3078 u64 temp_64; in xhci_irq() local 3123 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq() 3124 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq()
|
| D | xhci.c | 640 u64 temp_64; in xhci_run() local 658 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run() 659 temp_64 &= ~ERST_PTR_MASK; in xhci_run() 661 "ERST deq = 64'h%0lx", (long unsigned int) temp_64); in xhci_run() 4133 u64 temp_64; in xhci_setup_device() local 4268 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_setup_device() 4270 "Op regs DCBAA ptr = %#016llx", temp_64); in xhci_setup_device()
|