Lines Matching full:ldo
24 * ABB LDO operating states:
25 * NOMINAL_OPP: bypasses the ABB LDO
26 * FAST_OPP: sets ABB LDO to Forward Body-Bias
27 * SLOW_OPP: sets ABB LDO to Reverse Body-Bias
84 * @ldovbb_override_mask: mask to ldo_base for overriding default LDO VBB
89 * @settling_time: SoC specific settling time for LDO VBB
231 * ti_abb_set_opp() - Setup ABB and LDO VBB for required bias
260 /* program next state of ABB ldo */ in ti_abb_set_opp()
264 * program LDO VBB vset override if needed for !bypass mode in ti_abb_set_opp()
265 * XXX: Do not switch sequence - for !bypass, LDO override reset *must* in ti_abb_set_opp()
271 /* Initiate ABB ldo change */ in ti_abb_set_opp()
274 /* Wait for ABB LDO to complete transition to new Bias setting */ in ti_abb_set_opp()
284 * Reset LDO VBB vset override bypass mode in ti_abb_set_opp()
285 * XXX: Do not switch sequence - for bypass, LDO override reset *must* in ti_abb_set_opp()
296 * ti_abb_set_voltage_sel() - regulator accessor function to set ABB LDO
298 * @sel: selector to index into required ABB LDO settings (maps to
369 * ti_abb_get_voltage_sel() - Regulator accessor to get current ABB LDO setting
424 /* ABB LDO cannot be settle in 0 time */ in ti_abb_init_timings()
436 /* ABB LDO cannot be settle in 0 clock cycles */ in ti_abb_init_timings()
450 * SR2_WTCNT_VALUE is the settling time for the ABB ldo after a in ti_abb_init_timings()
453 * clock cycles that match a given wall time profiled for the ldo. in ti_abb_init_timings()
455 * settling time of ldo in micro-seconds (varies per OMAP family) in ti_abb_init_timings()
460 * ldo settling time (in micro-seconds) in ti_abb_init_timings()
596 dev_err(dev, "prop'%s':v=%d vst=%x LDO base?\n", in ti_abb_init_table()
678 * ti_abb_probe() - Initialize an ABB ldo instance
681 * Initializes an individual ABB LDO for required Body-Bias. ABB is used to
769 pname = "ldo-address"; in ti_abb_probe()
864 /* Enable the ldo if not already done by bootloader */ in ti_abb_probe()
882 MODULE_DESCRIPTION("Texas Instruments ABB LDO regulator driver");