Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dmc13892-regulator.c144 #define MC13892_POWERMISC_PWGTSPI_M (3 << 15) macro
319 priv->powermisc_pwgt_state &= MC13892_POWERMISC_PWGTSPI_M; in mc13892_powermisc_rmw()
324 valread = (valread & ~MC13892_POWERMISC_PWGTSPI_M) | in mc13892_powermisc_rmw()
383 val = (val & ~MC13892_POWERMISC_PWGTSPI_M) | in mc13892_gpo_regulator_is_enabled()
384 (priv->powermisc_pwgt_state ^ MC13892_POWERMISC_PWGTSPI_M); in mc13892_gpo_regulator_is_enabled()