Lines Matching defs:statc
564 unsigned int statc, aicl_vth;
569 ret = regmap_read(data->regmap, RT9467_REG_CHG_STATC, &statc);
575 if (!(statc & RT9467_MASK_PWR_RDY) || !(statc & RT9467_MASK_MIVR_STAT)) {
576 dev_info(data->dev, "Condition not matched %d\n", statc);
1003 RT9467_IRQ_DESC(statc, statc, RT9467_IRQ_TS_STATC),
1009 RT9467_IRQ_DESC(statc, statc, RT9467_IRQ_TS_STATC),
1058 return dev_err_probe(dev, ret, "Failed to make statc unmask\n");