Searched refs:temp_64 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/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-v6.1/drivers/usb/cdns3/ |
D | cdnsp-gadget.c | 1338 u64 temp_64; in cdnsp_update_erst_dequeue() local 1341 temp_64 = cdnsp_read_64(&pdev->ir_set->erst_dequeue); in cdnsp_update_erst_dequeue() 1347 temp_64 &= ERST_PTR_MASK; in cdnsp_update_erst_dequeue() 1348 temp_64 |= ((u64)deq & (u64)~ERST_PTR_MASK); in cdnsp_update_erst_dequeue() 1353 temp_64 |= ERST_EHB; in cdnsp_update_erst_dequeue() 1355 temp_64 &= ~ERST_EHB; in cdnsp_update_erst_dequeue() 1357 cdnsp_write_64(temp_64, &pdev->ir_set->erst_dequeue); in cdnsp_update_erst_dequeue()
|
/Linux-v6.1/drivers/usb/host/ |
D | xhci-ring.c | 2980 u64 temp_64; in xhci_update_erst_dequeue() local 2983 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue() 2994 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue() 2999 temp_64 &= ERST_PTR_MASK; in xhci_update_erst_dequeue() 3000 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue() 3004 temp_64 |= ERST_EHB; in xhci_update_erst_dequeue() 3005 xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue() 3018 u64 temp_64; in xhci_irq() local 3063 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq() 3064 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq()
|
D | xhci.c | 665 u64 temp_64; in xhci_run() local 683 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run() 684 temp_64 &= ~ERST_PTR_MASK; in xhci_run() 686 "ERST deq = 64'h%0lx", (long unsigned int) temp_64); in xhci_run() 4176 u64 temp_64; in xhci_setup_device() local 4312 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_setup_device() 4314 "Op regs DCBAA ptr = %#016llx", temp_64); in xhci_setup_device()
|