Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/hfi1/
Dmad.c3250 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.6/drivers/usb/cdns3/
Dcdnsp-gadget.c1341 u64 temp_64; in cdnsp_update_erst_dequeue() local
1344 temp_64 = cdnsp_read_64(&pdev->ir_set->erst_dequeue); in cdnsp_update_erst_dequeue()
1350 temp_64 &= ERST_PTR_MASK; in cdnsp_update_erst_dequeue()
1351 temp_64 |= ((u64)deq & (u64)~ERST_PTR_MASK); in cdnsp_update_erst_dequeue()
1356 temp_64 |= ERST_EHB; in cdnsp_update_erst_dequeue()
1358 temp_64 &= ~ERST_EHB; in cdnsp_update_erst_dequeue()
1360 cdnsp_write_64(temp_64, &pdev->ir_set->erst_dequeue); in cdnsp_update_erst_dequeue()
/Linux-v6.6/drivers/usb/host/
Dxhci-ring.c3002 u64 temp_64; in xhci_update_erst_dequeue() local
3005 temp_64 = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_update_erst_dequeue()
3016 if ((temp_64 & (u64) ~ERST_PTR_MASK) == in xhci_update_erst_dequeue()
3021 temp_64 &= ERST_DESI_MASK; in xhci_update_erst_dequeue()
3022 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_update_erst_dequeue()
3027 temp_64 |= ERST_EHB; in xhci_update_erst_dequeue()
3028 xhci_write_64(xhci, temp_64, &ir->ir_set->erst_dequeue); in xhci_update_erst_dequeue()
3042 u64 temp_64; in xhci_irq() local
3094 temp_64 = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_irq()
3095 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq()
Dxhci.c508 u64 temp_64; in xhci_run() local
522 temp_64 = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_run()
523 temp_64 &= ~ERST_PTR_MASK; in xhci_run()
525 "ERST deq = 64'h%0lx", (long unsigned int) temp_64); in xhci_run()
4014 u64 temp_64; in xhci_setup_device() local
4150 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_setup_device()
4152 "Op regs DCBAA ptr = %#016llx", temp_64); in xhci_setup_device()