Searched refs:AB3100_REG_ON_MASK (Results 1 – 1 of 1) sorted by relevance
40 #define AB3100_REG_ON_MASK 0x10 macro173 if (regval & AB3100_REG_ON_MASK) in ab3100_enable_regulator()176 regval |= AB3100_REG_ON_MASK; in ab3100_enable_regulator()217 regval &= ~AB3100_REG_ON_MASK; in ab3100_disable_regulator()236 return regval & AB3100_REG_ON_MASK; in ab3100_is_enabled_regulator()