Searched refs:opp_sel (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | ti-abb-regulator.c | 44 * @opp_sel: one of TI_ABB macro 51 u32 opp_sel; member 228 switch (info->opp_sel) { in ti_abb_program_ldovbb() 260 switch (info->opp_sel) { in ti_abb_set_opp() 270 ti_abb_rmw(regs->opp_sel_mask, info->opp_sel, abb->control_reg); in ti_abb_set_opp() 277 if (abb->ldo_base && info->opp_sel != TI_ABB_NOMINAL_OPP) in ti_abb_set_opp() 297 if (abb->ldo_base && info->opp_sel == TI_ABB_NOMINAL_OPP) in ti_abb_set_opp() 373 info->opp_sel, ret); in ti_abb_set_voltage_sel() 559 i * num_values + 1, &info->opp_sel); in ti_abb_init_table() 571 i, *volt_table, info->opp_sel, efuse_offse in ti_abb_init_table() [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | ti-abb-regulator.c | 36 * @opp_sel: one of TI_ABB macro 43 u32 opp_sel; member 220 switch (info->opp_sel) { in ti_abb_program_ldovbb() 252 switch (info->opp_sel) { in ti_abb_set_opp() 262 ti_abb_rmw(regs->opp_sel_mask, info->opp_sel, abb->control_reg); in ti_abb_set_opp() 269 if (abb->ldo_base && info->opp_sel != TI_ABB_NOMINAL_OPP) in ti_abb_set_opp() 289 if (abb->ldo_base && info->opp_sel == TI_ABB_NOMINAL_OPP) in ti_abb_set_opp() 365 info->opp_sel, ret); in ti_abb_set_voltage_sel() 551 i * num_values + 1, &info->opp_sel); in ti_abb_init_table() 563 i, *volt_table, info->opp_sel, efuse_offse in ti_abb_init_table() [all...] |
Completed in 3 milliseconds