Home
last modified time | relevance | path

Searched refs:vfpf_mbox_base (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_main.c361 u64 vfpf_mbox_base; in cptpf_vfpf_mbox_init() local
372 vfpf_mbox_base = readq(cptpf->reg_base + RVU_PF_VF_MBOX_ADDR); in cptpf_vfpf_mbox_init()
374 vfpf_mbox_base = readq(cptpf->reg_base + RVU_PF_VF_BAR4_ADDR); in cptpf_vfpf_mbox_init()
376 if (!vfpf_mbox_base) { in cptpf_vfpf_mbox_init()
381 cptpf->vfpf_mbox_base = devm_ioremap_wc(dev, vfpf_mbox_base, in cptpf_vfpf_mbox_init()
383 if (!cptpf->vfpf_mbox_base) { in cptpf_vfpf_mbox_init()
388 err = otx2_mbox_init(&cptpf->vfpf_mbox, cptpf->vfpf_mbox_base, in cptpf_vfpf_mbox_init()
Dotx2_cptpf.h29 void __iomem *vfpf_mbox_base; /* VF-PF mbox start address */ member