Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dmad.c3250 u64 temp_64; in pma_get_ib_portcounters() local
3276 if (temp_64 > 0xFFFFUL) in pma_get_ib_portcounters()
3282 if (temp_64 > 0xFFFFUL) in pma_get_ib_portcounters()
3291 if (temp_64 > 0xFFFFUL) in pma_get_ib_portcounters()
3297 if (temp_64 > 0xFFUL) in pma_get_ib_portcounters()
3303 if (temp_64 > 0xFFUL) in pma_get_ib_portcounters()
3310 if (temp_64 > 0xFUL) in pma_get_ib_portcounters()
3311 temp_64 = 0xFUL; in pma_get_ib_portcounters()
3316 if (temp_64 > 0xFUL) in pma_get_ib_portcounters()
3317 temp_64 = 0xFUL; in pma_get_ib_portcounters()
[all …]
/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.c1360 u64 temp_64; in cdnsp_update_erst_dequeue() local
1363 temp_64 = cdnsp_read_64(&pdev->ir_set->erst_dequeue); in cdnsp_update_erst_dequeue()
1369 temp_64 &= ERST_PTR_MASK; in cdnsp_update_erst_dequeue()
1370 temp_64 |= ((u64)deq & (u64)~ERST_PTR_MASK); in cdnsp_update_erst_dequeue()
1375 temp_64 |= ERST_EHB; in cdnsp_update_erst_dequeue()
1377 temp_64 &= ~ERST_EHB; in cdnsp_update_erst_dequeue()
1379 cdnsp_write_64(temp_64, &pdev->ir_set->erst_dequeue); in cdnsp_update_erst_dequeue()
/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c3057 u64 temp_64; in xhci_update_erst_dequeue() local
3060 temp_64 = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_update_erst_dequeue()
3069 if ((temp_64 & ERST_PTR_MASK) == (deq & ERST_PTR_MASK) && !clear_ehb) in xhci_update_erst_dequeue()
3073 temp_64 = ir->event_ring->deq_seg->num & ERST_DESI_MASK; in xhci_update_erst_dequeue()
3074 temp_64 |= deq & ERST_PTR_MASK; in xhci_update_erst_dequeue()
3078 temp_64 |= ERST_EHB; in xhci_update_erst_dequeue()
3079 xhci_write_64(xhci, temp_64, &ir->ir_set->erst_dequeue); in xhci_update_erst_dequeue()
H A Dxhci.c543 u64 temp_64; in xhci_run() local
560 temp_64 = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_run()
561 temp_64 &= ERST_PTR_MASK; in xhci_run()
563 "ERST deq = 64'h%0lx", (long unsigned int) temp_64); in xhci_run()
4156 u64 temp_64; in xhci_setup_device() local
4295 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_setup_device()
4297 "Op regs DCBAA ptr = %#016llx", temp_64); in xhci_setup_device()