Searched refs:sh_pfc_write_raw_reg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
H A D | core.h | 24 void sh_pfc_write_raw_reg(void __iomem *mapped_reg, unsigned int reg_width,
|
H A D | core.c | 154 void sh_pfc_write_raw_reg(void __iomem *mapped_reg, unsigned int reg_width, in sh_pfc_write_raw_reg() function 180 sh_pfc_write_raw_reg( in sh_pfc_write() 184 sh_pfc_write_raw_reg(sh_pfc_phys_to_virt(pfc, reg), 32, data); in sh_pfc_write() 230 sh_pfc_write_raw_reg( in sh_pfc_write_config_reg() 234 sh_pfc_write_raw_reg(mapped_reg, crp->reg_width, data); in sh_pfc_write_config_reg()
|
H A D | gpio.c | 70 sh_pfc_write_raw_reg(mem, dreg->reg_width, value); in gpio_write_data_reg()
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | core.h | 24 void sh_pfc_write_raw_reg(void __iomem *mapped_reg, unsigned int reg_width,
|
H A D | core.c | 154 void sh_pfc_write_raw_reg(void __iomem *mapped_reg, unsigned int reg_width, in sh_pfc_write_raw_reg() function 190 sh_pfc_write_raw_reg(sh_pfc_phys_to_virt(pfc, unlock), 32, ~data); in sh_pfc_unlock_reg() 196 sh_pfc_write_raw_reg(sh_pfc_phys_to_virt(pfc, reg), 32, data); in sh_pfc_write() 242 sh_pfc_write_raw_reg(mapped_reg, crp->reg_width, data); in sh_pfc_write_config_reg()
|
H A D | gpio.c | 69 sh_pfc_write_raw_reg(mem, dreg->reg_width, value); in gpio_write_data_reg()
|
Completed in 6 milliseconds