Searched refs:regs_va (Results 1 - 1 of 1) sorted by relevance

/drivers/mtd/nand/
H A Dfsmc_nand.c298 * @regs_va: FSMC regs base address.
324 void __iomem *regs_va; member in struct:fsmc_nand_data
364 void __iomem *regs = host->regs_va;
450 void __iomem *regs = host->regs_va;
471 void __iomem *regs = host->regs_va;
522 void __iomem *regs = host->regs_va;
788 void __iomem *regs = host->regs_va;
972 host->regs_va = devm_ioremap_resource(&pdev->dev, res);
973 if (IS_ERR(host->regs_va))
974 return PTR_ERR(host->regs_va);
[all...]

Completed in 75 milliseconds