Home
last modified time | relevance | path

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

/linux-6.15/drivers/clk/
H A Dclk-stm32f4.c416 static struct regmap *pdrm; variable
1028 if (pdrm) in disable_power_domain_write_protection()
1029 regmap_update_bits(pdrm, 0x00, (1 << 8), (1 << 8)); in disable_power_domain_write_protection()
1034 if (pdrm) in enable_power_domain_write_protection()
1035 regmap_update_bits(pdrm, 0x00, (1 << 8), (0 << 8)); in enable_power_domain_write_protection()
1840 pdrm = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); in stm32f4_rcc_init()
1841 if (IS_ERR(pdrm)) { in stm32f4_rcc_init()
1842 pdrm = NULL; in stm32f4_rcc_init()
H A Dclk-stm32h7.c1201 struct regmap *pdrm; in stm32h7_rcc_init() local
1222 pdrm = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); in stm32h7_rcc_init()
1223 if (IS_ERR(pdrm)) in stm32h7_rcc_init()
1230 regmap_update_bits(pdrm, PWR_CR, PWR_CR_DBP, PWR_CR_DBP); in stm32h7_rcc_init()