Symbol: otx2_read64
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
146
reg_val = otx2_read64(pf, CN10K_CPT_LF_INPROG);
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
151
reg_val = otx2_read64(pf, CN10K_CPT_LF_CTL);
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
171
reg_val = otx2_read64(pf, CN10K_CPT_LF_INPROG);
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
192
reg_val = otx2_read64(pf, CN10K_CPT_LF_INPROG);
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
197
reg_val = otx2_read64(pf, CN10K_CPT_LF_Q_GRP_PTR);
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
204
reg_val = otx2_read64(pf, CN10K_CPT_LF_INPROG);
drivers/net/ethernet/marvell/octeontx2/nic/cn20k.c
158
intr = otx2_read64(pf, irq_data->intr_status);
drivers/net/ethernet/marvell/octeontx2/nic/cn20k.c
23
pf_trig_val = otx2_read64(pf, RVU_PF_INT) & 0x3ULL;
drivers/net/ethernet/marvell/octeontx2/nic/cn20k.c
64
vf_trig_val = otx2_read64(vf, RVU_VF_INT) & 0x3ULL;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
1761
if (otx2_read64(pfvf, RVU_PF_BLOCK_ADDRX_DISC(BLKADDR_NIX1)) & 0x1FFULL)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
89
otx2_read64(pfvf, NIX_LF_RX_STATX(reg))
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
91
otx2_read64(pfvf, NIX_LF_TX_STATX(reg))
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1057
mbox_data = otx2_read64(pf, RVU_PF_PFAF_MBOX0);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1413
qidx, otx2_read64(pf, NIX_LF_ERR_INT));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1449
qidx, otx2_read64(pf, NIX_LF_ERR_INT));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1453
sq_op_err_dbg = otx2_read64(pf, NIX_LF_SQ_OP_ERR_DBG);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1474
mnq_err_dbg = otx2_read64(pf, NIX_LF_MNQ_ERR_DBG);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1486
snd_err_dbg = otx2_read64(pf, NIX_LF_SEND_ERR_DBG);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
157
intr = otx2_read64(pf, RVU_PF_VFFLR_INTX(reg));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
186
intr = otx2_read64(pf, RVU_PF_VFME_INTX(reg));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
2963
rev = otx2_read64(nic, RVU_PF_BLOCK_ADDRX_DISC(BLKADDR_RVUM));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
560
intr = otx2_read64(pf, RVU_PF_VFPF_MBOX_INTX(1));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
568
intr = otx2_read64(pf, RVU_PF_VFPF_MBOX_INTX(0));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c
195
mbox_data = otx2_read64(vf, RVU_VF_VFPF_MBOX0);