Lines Matching full:ldo
33 * ABB LDO operating states:
34 * NOMINAL_OPP: bypasses the ABB LDO
35 * FAST_OPP: sets ABB LDO to Forward Body-Bias
36 * SLOW_OPP: sets ABB LDO to Reverse Body-Bias
93 * @ldovbb_override_mask: mask to ldo_base for overriding default LDO VBB
98 * @settling_time: SoC specific settling time for LDO VBB
240 * ti_abb_set_opp() - Setup ABB and LDO VBB for required bias
269 /* program next state of ABB ldo */ in ti_abb_set_opp()
273 * program LDO VBB vset override if needed for !bypass mode in ti_abb_set_opp()
274 * XXX: Do not switch sequence - for !bypass, LDO override reset *must* in ti_abb_set_opp()
280 /* Initiate ABB ldo change */ in ti_abb_set_opp()
283 /* Wait for ABB LDO to complete transition to new Bias setting */ in ti_abb_set_opp()
293 * Reset LDO VBB vset override bypass mode in ti_abb_set_opp()
294 * XXX: Do not switch sequence - for bypass, LDO override reset *must* in ti_abb_set_opp()
305 * ti_abb_set_voltage_sel() - regulator accessor function to set ABB LDO
307 * @sel: selector to index into required ABB LDO settings (maps to
378 * ti_abb_get_voltage_sel() - Regulator accessor to get current ABB LDO setting
433 /* ABB LDO cannot be settle in 0 time */ in ti_abb_init_timings()
445 /* ABB LDO cannot be settle in 0 clock cycles */ in ti_abb_init_timings()
459 * SR2_WTCNT_VALUE is the settling time for the ABB ldo after a in ti_abb_init_timings()
462 * clock cycles that match a given wall time profiled for the ldo. in ti_abb_init_timings()
464 * settling time of ldo in micro-seconds (varies per OMAP family) in ti_abb_init_timings()
469 * ldo settling time (in micro-seconds) in ti_abb_init_timings()
605 dev_err(dev, "prop'%s':v=%d vst=%x LDO base?\n", in ti_abb_init_table()
687 * ti_abb_probe() - Initialize an ABB ldo instance
690 * Initializes an individual ABB LDO for required Body-Bias. ABB is used to
788 pname = "ldo-address"; in ti_abb_probe()
883 /* Enable the ldo if not already done by bootloader */ in ti_abb_probe()
900 MODULE_DESCRIPTION("Texas Instruments ABB LDO regulator driver");