Searched refs:anatop (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/arm/mach-imx/ |
| H A D | anatop.c | 35 static struct regmap *anatop; variable 41 regmap_read(anatop, ANADIG_ANA_MISC0, &val); in imx_anatop_enable_weak2p5() 47 regmap_write(anatop, reg, BM_ANADIG_REG_2P5_ENABLE_WEAK_LINREG); in imx_anatop_enable_weak2p5() 52 regmap_write(anatop, ANADIG_REG_CORE + (enable ? REG_SET : REG_CLR), in imx_anatop_enable_fet_odrive() 58 regmap_write(anatop, ANADIG_REG_2P5 + (enable ? REG_SET : REG_CLR), in imx_anatop_enable_2p5_pulldown() 64 regmap_write(anatop, ANADIG_ANA_MISC0 + (enable ? REG_SET : REG_CLR), in imx_anatop_disconnect_high_snvs() 160 anatop = syscon_regmap_lookup_by_compatible("fsl,imx6q-anatop"); in imx_anatop_init() 161 if (IS_ERR(anatop)) in imx_anatop_init()
|
| H A D | Makefile | 32 obj-$(CONFIG_HAVE_IMX_ANATOP) += anatop.o
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imxrt1050.dtsi | 46 anatop: anatop@400d8000 { label 47 compatible = "fsl,imxrt-anatop";
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mq.dtsi | 811 anatop: clock-controller@30360000 { label 812 compatible = "fsl,imx8mq-anatop";
|