LDO_ST_ON_BIT     403 drivers/regulator/tps65910-regulator.c 						LDO_ST_MODE_BIT | LDO_ST_ON_BIT,
LDO_ST_ON_BIT     404 drivers/regulator/tps65910-regulator.c 						LDO_ST_ON_BIT);
LDO_ST_ON_BIT     406 drivers/regulator/tps65910-regulator.c 		value = LDO_ST_ON_BIT | LDO_ST_MODE_BIT;
LDO_ST_ON_BIT     409 drivers/regulator/tps65910-regulator.c 		return tps65910_reg_clear_bits(mfd, reg, LDO_ST_ON_BIT);
LDO_ST_ON_BIT     428 drivers/regulator/tps65910-regulator.c 	if (!(value & LDO_ST_ON_BIT))