Searched refs:int_res (Results 1 – 1 of 1) sorted by relevance
1119 unsigned int int_res; in opt4060_irq_thread() local1121 ret = regmap_read(chip->regmap, OPT4060_RES_CTRL, &int_res); in opt4060_irq_thread()1135 if (int_res & (OPT4060_RES_CTRL_FLAG_H | OPT4060_RES_CTRL_FLAG_L)) { in opt4060_irq_thread()1146 if (int_res & OPT4060_RES_CTRL_FLAG_L) { in opt4060_irq_thread()1155 if (int_res & OPT4060_RES_CTRL_FLAG_H) { in opt4060_irq_thread()1166 if (int_res & OPT4060_RES_CTRL_CONV_READY) { in opt4060_irq_thread()