Lines Matching defs:active
2240 unsigned int active;
2257 ret = regmap_read(max98090->regmap, M98090_REG_DEVICE_STATUS, &active);
2266 dev_dbg(component->dev, "active=0x%02x mask=0x%02x -> active=0x%02x\n",
2267 active, mask, active & mask);
2269 active &= mask;
2271 if (!active)
2274 if (active & M98090_CLD_MASK)
2277 if (active & M98090_SLD_MASK)
2280 if (active & M98090_ULK_MASK) {
2285 if (active & M98090_JDET_MASK) {
2295 if (active & M98090_DRCACT_MASK)
2298 if (active & M98090_DRCCLP_MASK)