Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/hw_random/
H A Dcavium-rng-vf.c32 void __iomem *pf_regbase; member
90 if (!rng->pf_regbase) in check_rng_health()
93 status = readq(rng->pf_regbase + HEALTH_STATUS_REG); in check_rng_health()
175 rng->pf_regbase = NULL; in cavium_map_pf_regs()
186 rng->pf_regbase = ioremap(pci_resource_start(pdev, 0), in cavium_map_pf_regs()
188 if (!rng->pf_regbase) { in cavium_map_pf_regs()
251 iounmap(rng->pf_regbase); in cavium_rng_remove_vf()