Searched refs:AB3100_REG_ON_MASK (Results 1 – 1 of 1) sorted by relevance
40 #define AB3100_REG_ON_MASK 0x10 macro174 if (regval & AB3100_REG_ON_MASK) in ab3100_enable_regulator()177 regval |= AB3100_REG_ON_MASK; in ab3100_enable_regulator()218 regval &= ~AB3100_REG_ON_MASK; in ab3100_disable_regulator()237 return regval & AB3100_REG_ON_MASK; in ab3100_is_enabled_regulator()