Home
last modified time | relevance | path

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

/external/u-boot/drivers/pinctrl/renesas/
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()