Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c104 void sh_pfc_write_raw_reg(void __iomem *mapped_reg, unsigned int reg_width, in sh_pfc_write_raw_reg() function
133 sh_pfc_write_raw_reg(unlock_reg, 32, ~data); in sh_pfc_write()
135 sh_pfc_write_raw_reg((void __iomem *)(uintptr_t)reg, 32, data); in sh_pfc_write()
183 sh_pfc_write_raw_reg(unlock_reg, 32, ~data); in sh_pfc_write_config_reg()
185 sh_pfc_write_raw_reg(mapped_reg, crp->reg_width, data); in sh_pfc_write_config_reg()
598 sh_pfc_write_raw_reg(unlock_reg, 32, ~val); in sh_pfc_pinconf_set_drive_strength()
600 sh_pfc_write_raw_reg(reg, 32, val); in sh_pfc_pinconf_set_drive_strength()
687 sh_pfc_write_raw_reg(unlock_reg, 32, ~val); in sh_pfc_pinconf_set()
689 sh_pfc_write_raw_reg(pocctrl, 32, val); in sh_pfc_pinconf_set()
/openbmc/linux/drivers/pinctrl/renesas/
H A Dcore.h24 void sh_pfc_write_raw_reg(void __iomem *mapped_reg, unsigned int reg_width,
H A Dcore.c154 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 Dgpio.c69 sh_pfc_write_raw_reg(mem, dreg->reg_width, value); in gpio_write_data_reg()