Searched refs:fwnode_iomap (Results 1 – 3 of 3) sorted by relevance
1048 void __iomem *fwnode_iomap(struct fwnode_handle *fwnode, int index) in fwnode_iomap() function1052 EXPORT_SYMBOL(fwnode_iomap);
500 void __iomem *fwnode_iomap(struct fwnode_handle *fwnode, int index);
560 bank->reg_base = fwnode_iomap(bank->fwnode, 0); in ma35_get_bank_data()