Searched refs:sh_pfc_phys_to_virt (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/ |
| H A D | core.c | 87 static void __iomem *sh_pfc_phys_to_virt(struct sh_pfc *pfc, u32 reg) in sh_pfc_phys_to_virt() function 174 return sh_pfc_read_raw_reg(sh_pfc_phys_to_virt(pfc, reg), 32); in sh_pfc_read() 181 sh_pfc_phys_to_virt(pfc, pfc->info->unlock_reg), 32, in sh_pfc_write() 184 sh_pfc_write_raw_reg(sh_pfc_phys_to_virt(pfc, reg), 32, data); in sh_pfc_write() 195 *mapped_regp = sh_pfc_phys_to_virt(pfc, crp->reg); in sh_pfc_config_reg_helper() 231 sh_pfc_phys_to_virt(pfc, pfc->info->unlock_reg), 32, in sh_pfc_write_config_reg()
|