Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-tps68470.c80 if (regmap_read(clkdata->regmap, TPS68470_REG_PLLCTL, &val)) in tps68470_clk_is_prepared()
94 regmap_update_bits(clkdata->regmap, TPS68470_REG_PLLCTL, in tps68470_clk_prepare()
111 regmap_update_bits(clkdata->regmap, TPS68470_REG_PLLCTL, TPS68470_PLL_EN_MASK, 0); in tps68470_clk_unprepare()
175 regmap_write(clkdata->regmap, TPS68470_REG_PLLCTL, in tps68470_clk_set_rate()
/openbmc/linux/include/linux/mfd/
H A Dtps68470.h16 #define TPS68470_REG_PLLCTL 0x0D macro
/openbmc/linux/drivers/acpi/pmic/
H A Dtps68470_pmic.c171 .reg = TPS68470_REG_PLLCTL,