Searched refs:irq_reg_offset (Results 1 – 2 of 2) sorted by relevance
360 if (ab8500->irq_reg_offset[i] == 11 && in ab8500_irq_sync_unlock()364 if (ab8500->irq_reg_offset[i] < 0) in ab8500_irq_sync_unlock()369 reg = AB8500_IT_MASK1_REG + ab8500->irq_reg_offset[i]; in ab8500_irq_sync_unlock()458 if (ab8500->irq_reg_offset[i] == latch_offset) in ab8500_handle_hierarchical_line()1105 ab8500->irq_reg_offset = ab8540_irq_regoffset; in ab8500_probe()1110 ab8500->irq_reg_offset = ab9540_irq_regoffset; in ab8500_probe()1114 ab8500->irq_reg_offset = ab8500_irq_regoffset; in ab8500_probe()1188 if (ab8500->irq_reg_offset[i] == 11 && in ab8500_probe()1192 if (ab8500->irq_reg_offset[i] < 0) in ab8500_probe()1196 AB8500_IT_LATCH1_REG + ab8500->irq_reg_offset[i], in ab8500_probe()[all …]
367 const int *irq_reg_offset; member