Lines Matching full:ldo

25  * ABB LDO operating states:
26 * NOMINAL_OPP: bypasses the ABB LDO
27 * FAST_OPP: sets ABB LDO to Forward Body-Bias
28 * SLOW_OPP: sets ABB LDO to Reverse Body-Bias
85 * @ldovbb_override_mask: mask to ldo_base for overriding default LDO VBB
90 * @settling_time: SoC specific settling time for LDO VBB
232 * ti_abb_set_opp() - Setup ABB and LDO VBB for required bias
261 /* program next state of ABB ldo */ in ti_abb_set_opp()
265 * program LDO VBB vset override if needed for !bypass mode in ti_abb_set_opp()
266 * XXX: Do not switch sequence - for !bypass, LDO override reset *must* in ti_abb_set_opp()
272 /* Initiate ABB ldo change */ in ti_abb_set_opp()
275 /* Wait for ABB LDO to complete transition to new Bias setting */ in ti_abb_set_opp()
285 * Reset LDO VBB vset override bypass mode in ti_abb_set_opp()
286 * XXX: Do not switch sequence - for bypass, LDO override reset *must* in ti_abb_set_opp()
297 * ti_abb_set_voltage_sel() - regulator accessor function to set ABB LDO
299 * @sel: selector to index into required ABB LDO settings (maps to
370 * ti_abb_get_voltage_sel() - Regulator accessor to get current ABB LDO setting
425 /* ABB LDO cannot be settle in 0 time */ in ti_abb_init_timings()
437 /* ABB LDO cannot be settle in 0 clock cycles */ in ti_abb_init_timings()
451 * SR2_WTCNT_VALUE is the settling time for the ABB ldo after a in ti_abb_init_timings()
454 * clock cycles that match a given wall time profiled for the ldo. in ti_abb_init_timings()
456 * settling time of ldo in micro-seconds (varies per OMAP family) in ti_abb_init_timings()
461 * ldo settling time (in micro-seconds) in ti_abb_init_timings()
597 dev_err(dev, "prop'%s':v=%d vst=%x LDO base?\n", in ti_abb_init_table()
679 * ti_abb_probe() - Initialize an ABB ldo instance
682 * Initializes an individual ABB LDO for required Body-Bias. ABB is used to
761 pname = "ldo-address"; in ti_abb_probe()
856 /* Enable the ldo if not already done by bootloader */ in ti_abb_probe()
874 MODULE_DESCRIPTION("Texas Instruments ABB LDO regulator driver");