LGM_PWM_FAN_CON0
regmap_update_bits(regmap, LGM_PWM_FAN_CON0, LGM_PWM_FAN_MODE_MSK,
return regmap_update_bits(regmap, LGM_PWM_FAN_CON0, LGM_PWM_FAN_EN_MSK,
ret = regmap_update_bits(pc->regmap, LGM_PWM_FAN_CON0, LGM_PWM_FAN_DC_MSK,
state->enabled = regmap_test_bits(pc->regmap, LGM_PWM_FAN_CON0,
regmap_read(pc->regmap, LGM_PWM_FAN_CON0, &val);