Home
last modified time | relevance | path

Searched refs:unlock_reg (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c129 void __iomem *unlock_reg = in sh_pfc_write() local
132 if (pfc->info->unlock_reg) in sh_pfc_write()
133 sh_pfc_write_raw_reg(unlock_reg, 32, ~data); in sh_pfc_write()
164 void __iomem *unlock_reg = in sh_pfc_write_config_reg() local
182 if (pfc->info->unlock_reg) in sh_pfc_write_config_reg()
183 sh_pfc_write_raw_reg(unlock_reg, 32, ~data); in sh_pfc_write_config_reg()
575 void __iomem *unlock_reg = in sh_pfc_pinconf_set_drive_strength() local
597 if (unlock_reg) in sh_pfc_pinconf_set_drive_strength()
598 sh_pfc_write_raw_reg(unlock_reg, 32, ~val); in sh_pfc_pinconf_set_drive_strength()
639 void __iomem *unlock_reg = in sh_pfc_pinconf_set() local
[all …]
H A Dsh_pfc.h256 u32 unlock_reg; member
H A Dpfc-r8a7791.c6620 .unlock_reg = 0xe6060000, /* PMMR */
6642 .unlock_reg = 0xe6060000, /* PMMR */
6666 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a7792.c2779 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a7794.c5574 .unlock_reg = 0xe6060000, /* PMMR */
5596 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a77970.c2410 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a77995.c2484 .unlock_reg = 0xe6060000, /* PMMR */
/openbmc/linux/drivers/clk/davinci/
H A Dpll-da850.c31 .unlock_reg = CFGCHIP(0),
162 .unlock_reg = CFGCHIP(3),
H A Dpll.h41 u32 unlock_reg; member
H A Dpll.c429 if (info->unlock_reg) { in davinci_pll_clk_register()
434 regmap_write_bits(cfgchip, info->unlock_reg, in davinci_pll_clk_register()
/openbmc/u-boot/drivers/gpio/
H A Dsh_pfc.c165 if (gpioc->unlock_reg) in write_config_reg()
166 gpio_write_raw_reg(pfc_phys_to_virt(gpioc, gpioc->unlock_reg), in write_config_reg()
/openbmc/linux/drivers/pinctrl/renesas/
H A Dcore.c181 if (!pfc->info->unlock_reg) in sh_pfc_unlock_reg()
184 if (pfc->info->unlock_reg >= 0x80000000UL) in sh_pfc_unlock_reg()
185 unlock = pfc->info->unlock_reg; in sh_pfc_unlock_reg()
188 unlock = reg & ~pfc->info->unlock_reg; in sh_pfc_unlock_reg()
H A Dsh_pfc.h292 u32 unlock_reg; /* can be literal address or mask */ member
H A Dpfc-r8a7791.c6890 .unlock_reg = 0xe6060000, /* PMMR */
6913 .unlock_reg = 0xe6060000, /* PMMR */
6936 .unlock_reg = 0xe6060000, /* PMMR */
6961 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a779f0.c2085 .unlock_reg = 0x1ff, /* PMMRn mask */
H A Dpfc-r8a7796.c6097 .unlock_reg = 0xe6060000, /* PMMR */
6122 .unlock_reg = 0xe6060000, /* PMMR */
6149 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a7794.c5843 .unlock_reg = 0xe6060000, /* PMMR */
5866 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a7792.c3121 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a7790.c6143 .unlock_reg = 0xe6060000, /* PMMR */
6166 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a77990.c5294 .unlock_reg = 0xe6060000, /* PMMR */
5319 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a77970.c2543 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a77951.c6145 .unlock_reg = 0xe6060000, /* PMMR */
6170 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a77965.c6338 .unlock_reg = 0xe6060000, /* PMMR */
6363 .unlock_reg = 0xe6060000, /* PMMR */
H A Dpfc-r8a77470.c3530 .unlock_reg = 0xe6060000, /* PMMR */
/openbmc/u-boot/include/
H A Dsh_pfc.h111 unsigned long unlock_reg; member

12