id_slp 493 drivers/regulator/rk808-regulator.c unsigned int id_slp, msk, val; id_slp 496 drivers/regulator/rk808-regulator.c id_slp = id; id_slp 498 drivers/regulator/rk808-regulator.c id_slp = 8 + (id - RK817_ID_LDO1); id_slp 500 drivers/regulator/rk808-regulator.c id_slp = 4 + (id - RK817_ID_LDO9); id_slp 504 drivers/regulator/rk808-regulator.c reg = RK817_POWER_SLP_EN_REG(id_slp / 8); id_slp 506 drivers/regulator/rk808-regulator.c msk = BIT(id_slp % 8);