Home
last modified time | relevance | path

Searched refs:regulator0 (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_init.c84 pmu_ll_hp_set_regulator_sleep_memory_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_mem_xpd); in pmu_hp_system_init()
85 pmu_ll_hp_set_regulator_sleep_logic_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_logic_xpd); in pmu_hp_system_init()
86 pmu_ll_hp_set_regulator_xpd (ctx->hal->dev, mode, anlg->regulator0.xpd); in pmu_hp_system_init()
87 pmu_ll_hp_set_regulator_sleep_memory_dbias(ctx->hal->dev, mode, anlg->regulator0.slp_mem_dbias); in pmu_hp_system_init()
88 … pmu_ll_hp_set_regulator_sleep_logic_dbias (ctx->hal->dev, mode, anlg->regulator0.slp_logic_dbias); in pmu_hp_system_init()
89 pmu_ll_hp_set_regulator_dbias (ctx->hal->dev, mode, anlg->regulator0.dbias); in pmu_hp_system_init()
121 pmu_ll_lp_set_regulator_slp_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_xpd); in pmu_lp_system_init()
122 pmu_ll_lp_set_regulator_xpd (ctx->hal->dev, mode, anlg->regulator0.xpd); in pmu_lp_system_init()
123 pmu_ll_lp_set_regulator_sleep_dbias(ctx->hal->dev, mode, anlg->regulator0.slp_dbias); in pmu_lp_system_init()
124 pmu_ll_lp_set_regulator_dbias (ctx->hal->dev, mode, anlg->regulator0.dbias); in pmu_lp_system_init()
[all …]
Dpmu_param.c209 .regulator0 = { \
233 .regulator0 = { \
253 .regulator0 = { \
410 .regulator0 = { \
428 .regulator0 = { \
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_init.c85 pmu_ll_hp_set_regulator_sleep_memory_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_mem_xpd); in pmu_hp_system_init()
86 pmu_ll_hp_set_regulator_sleep_logic_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_logic_xpd); in pmu_hp_system_init()
87 pmu_ll_hp_set_regulator_xpd (ctx->hal->dev, mode, anlg->regulator0.xpd); in pmu_hp_system_init()
88 pmu_ll_hp_set_regulator_sleep_memory_dbias(ctx->hal->dev, mode, anlg->regulator0.slp_mem_dbias); in pmu_hp_system_init()
89 … pmu_ll_hp_set_regulator_sleep_logic_dbias (ctx->hal->dev, mode, anlg->regulator0.slp_logic_dbias); in pmu_hp_system_init()
90 pmu_ll_hp_set_regulator_dbias (ctx->hal->dev, mode, anlg->regulator0.dbias); in pmu_hp_system_init()
121 pmu_ll_lp_set_regulator_slp_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_xpd); in pmu_lp_system_init()
122 pmu_ll_lp_set_regulator_xpd (ctx->hal->dev, mode, anlg->regulator0.xpd); in pmu_lp_system_init()
123 pmu_ll_lp_set_regulator_sleep_dbias(ctx->hal->dev, mode, anlg->regulator0.slp_dbias); in pmu_lp_system_init()
124 pmu_ll_lp_set_regulator_dbias (ctx->hal->dev, mode, anlg->regulator0.dbias); in pmu_lp_system_init()
[all …]
Dpmu_param.c210 .regulator0 = { \
234 .regulator0 = { \
254 .regulator0 = { \
409 .regulator0 = { \
426 .regulator0 = { \
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dpmu_ll.h179 hw->hp_sys[mode].regulator0.slp_logic_xpd = slp_xpd; in pmu_ll_hp_set_regulator_sleep_logic_xpd()
184 hw->hp_sys[mode].regulator0.slp_mem_xpd = slp_xpd; in pmu_ll_hp_set_regulator_sleep_memory_xpd()
189 hw->hp_sys[mode].regulator0.xpd = xpd; in pmu_ll_hp_set_regulator_xpd()
194 hw->hp_sys[mode].regulator0.slp_logic_dbias = slp_dbias; in pmu_ll_hp_set_regulator_sleep_logic_dbias()
199 hw->hp_sys[mode].regulator0.slp_mem_dbias = slp_dbias; in pmu_ll_hp_set_regulator_sleep_memory_dbias()
204 hw->hp_sys[mode].regulator0.dbias = dbias; in pmu_ll_hp_set_regulator_dbias()
214 hw->lp_sys[mode].regulator0.slp_xpd = slp_xpd; in pmu_ll_lp_set_regulator_slp_xpd()
219 hw->lp_sys[mode].regulator0.xpd = xpd; in pmu_ll_lp_set_regulator_xpd()
224 hw->lp_sys[mode].regulator0.slp_dbias = slp_dbias; in pmu_ll_lp_set_regulator_sleep_dbias()
229 hw->lp_sys[mode].regulator0.dbias = dbias; in pmu_ll_lp_set_regulator_dbias()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dpmu_ll.h209 hw->hp_sys[mode].regulator0.slp_logic_xpd = slp_xpd; in pmu_ll_hp_set_regulator_sleep_logic_xpd()
214 hw->hp_sys[mode].regulator0.slp_mem_xpd = slp_xpd; in pmu_ll_hp_set_regulator_sleep_memory_xpd()
219 hw->hp_sys[mode].regulator0.xpd = xpd; in pmu_ll_hp_set_regulator_xpd()
224 hw->hp_sys[mode].regulator0.slp_logic_dbias = slp_dbias; in pmu_ll_hp_set_regulator_sleep_logic_dbias()
229 hw->hp_sys[mode].regulator0.slp_mem_dbias = slp_dbias; in pmu_ll_hp_set_regulator_sleep_memory_dbias()
234 hw->hp_sys[mode].regulator0.dbias = dbias; in pmu_ll_hp_set_regulator_dbias()
245 hw->lp_sys[mode].regulator0.slp_xpd = slp_xpd; in pmu_ll_lp_set_regulator_slp_xpd()
250 hw->lp_sys[mode].regulator0.xpd = xpd; in pmu_ll_lp_set_regulator_xpd()
255 hw->lp_sys[mode].regulator0.slp_dbias = slp_dbias; in pmu_ll_lp_set_regulator_sleep_dbias()
260 hw->lp_sys[mode].regulator0.dbias = dbias; in pmu_ll_lp_set_regulator_dbias()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h80 pmu_hp_regulator0_reg_t regulator0; member
103 pmu_lp_regulator0_reg_t regulator0; member
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h87 pmu_hp_regulator0_reg_t regulator0; member
112 pmu_lp_regulator0_reg_t regulator0; member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h189 pmu_hp_regulator0_reg_t regulator0; member
254 pmu_lp_regulator0_reg_t regulator0; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h188 pmu_hp_regulator0_reg_t regulator0; member
256 pmu_lp_regulator0_reg_t regulator0; member