Home
last modified time | relevance | path

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

/openbmc/linux/drivers/remoteproc/
H A Dstm32_rproc.c93 void __iomem *rsc_va; member
627 if (ddata->rsc_va) in stm32_rproc_get_loaded_rsc_table()
644 ddata->rsc_va = devm_ioremap_wc(dev, rsc_pa, RSC_TBL_SIZE); in stm32_rproc_get_loaded_rsc_table()
645 if (IS_ERR_OR_NULL(ddata->rsc_va)) { in stm32_rproc_get_loaded_rsc_table()
648 ddata->rsc_va = NULL; in stm32_rproc_get_loaded_rsc_table()
660 return (__force struct resource_table *)ddata->rsc_va; in stm32_rproc_get_loaded_rsc_table()