Lines Matching +full:pmic +full:- +full:specific
5 * SPDX-License-Identifier: GPL-2.0+
10 #include <asm/arch-tegra/tegra_i2c.h>
13 /* AS3722-PMIC-specific early init code - get CPU rails up, etc */
19 writel(addr, ®->cmd_addr0); in tegra_i2c_ll_write_addr()
20 writel(config, ®->cnfg); in tegra_i2c_ll_write_addr()
27 writel(data, ®->cmd_data1); in tegra_i2c_ll_write_data()
28 writel(config, ®->cnfg); in tegra_i2c_ll_write_data()
38 /* Configure VDD_CORE via the AS3722 PMIC on the PWR I2C bus */ in pmic_enable_cpu_vdd()
42 * Don't write SDCONTROL - it's already 0x7F, i.e. all SDs enabled. in pmic_enable_cpu_vdd()
50 * Bring up VDD_CPU via the AS3722 PMIC on the PWR I2C bus. in pmic_enable_cpu_vdd()
56 * Don't write SDCONTROL - it's already 0x7F, i.e. all SDs enabled. in pmic_enable_cpu_vdd()
63 * Bring up VDD_GPU via the AS3722 PMIC on the PWR I2C bus. in pmic_enable_cpu_vdd()
69 * Don't write SDCONTROL - it's already 0x7F, i.e. all SDs enabled. in pmic_enable_cpu_vdd()
76 * Bring up VPP_FUSE via the AS3722 PMIC on the PWR I2C bus. in pmic_enable_cpu_vdd()
82 * Don't write LDCONTROL - it's already 0xFF, i.e. all LDOs enabled. in pmic_enable_cpu_vdd()
89 * Bring up VDD_SDMMC via the AS3722 PMIC on the PWR I2C bus. in pmic_enable_cpu_vdd()
98 * Don't write LDCONTROL - it's already 0xFF, i.e. all LDOs enabled. in pmic_enable_cpu_vdd()