Searched refs:intr_evts (Results 1 – 1 of 1) sorted by relevance
294 u32 intr_evts = 0, handle_evts; in rt5133_intr_handler() local297 ret = regmap_bulk_read(priv->regmap, RT5133_REG_BASE_EVT, &intr_evts, in rt5133_intr_handler()304 handle_evts = intr_evts & RT5133_BASE_EVT_MASK; in rt5133_intr_handler()313 handle_evts = (intr_evts & RT5133_LDO_OC_EVT_MASK) >> in rt5133_intr_handler()324 handle_evts = (intr_evts & RT5133_LDO_PGB_EVT_MASK) >> in rt5133_intr_handler()333 ret = regmap_bulk_write(priv->regmap, RT5133_REG_BASE_EVT, &intr_evts, in rt5133_intr_handler()