Searched refs:top_gp (Results 1 – 1 of 1) sorted by relevance
54 unsigned int i, top_gp, gp_offset, en_reg, int_regs, shift; in pmic_irq_sync_unlock() local63 top_gp = 0; in pmic_irq_sync_unlock()64 while ((top_gp + 1) < irqd->num_top && in pmic_irq_sync_unlock()65 i >= mt6358_ints[top_gp + 1].hwirq_base) in pmic_irq_sync_unlock()66 top_gp++; in pmic_irq_sync_unlock()69 gp_offset = i - mt6358_ints[top_gp].hwirq_base; in pmic_irq_sync_unlock()72 en_reg = mt6358_ints[top_gp].en_reg + in pmic_irq_sync_unlock()73 (mt6358_ints[top_gp].en_reg_shift * int_regs); in pmic_irq_sync_unlock()93 unsigned int top_gp) in mt6358_irq_sp_handler() argument99 for (i = 0; i < mt6358_ints[top_gp].num_int_regs; i++) { in mt6358_irq_sp_handler()[all …]