Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-hi655x.c21 struct hi655x_pmic *hi655x; member
36 struct hi655x_pmic *hi655x = hi655x_clk->hi655x; in hi655x_clk_enable() local
38 return regmap_update_bits(hi655x->regmap, HI655X_CLK_BASE, in hi655x_clk_enable()
56 struct hi655x_pmic *hi655x = hi655x_clk->hi655x; in hi655x_clk_is_prepared() local
60 ret = regmap_read(hi655x->regmap, HI655X_CLK_BASE, &val); in hi655x_clk_is_prepared()
77 struct hi655x_pmic *hi655x = dev_get_drvdata(parent); in hi655x_clk_probe() local
94 hi655x_clk->hi655x = hi655x; in hi655x_clk_probe()
H A DMakefile61 obj-$(CONFIG_COMMON_CLK_HI655X) += clk-hi655x.o
H A DKconfig97 This driver supports the hi655x PMIC clock. This
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dhisilicon,hi655x.txt15 - compatible: Should be "hisilicon,hi655x-pmic".
27 compatible = "hisilicon,hi655x-pmic";
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dhisilicon,hi655x-regulator.txt18 compatible = "hisilicon,hi655x-pmic";
/openbmc/linux/drivers/regulator/
H A DMakefile54 obj-$(CONFIG_REGULATOR_HI655X) += hi655x-regulator.o
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi6220-hikey.dts169 compatible = "hisilicon,hi655x-pmic";
/openbmc/linux/drivers/mfd/
H A DMakefile241 obj-$(CONFIG_MFD_HI655X_PMIC) += hi655x-pmic.o
H A DKconfig574 Select this option to enable Hisilicon hi655x series pmic driver.