Home
last modified time | relevance | path

Searched refs:irq_reg_offset (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mfd/
Dab8500-core.c368 if (ab8500->irq_reg_offset[i] == 11 && in ab8500_irq_sync_unlock()
372 if (ab8500->irq_reg_offset[i] < 0) in ab8500_irq_sync_unlock()
377 reg = AB8500_IT_MASK1_REG + ab8500->irq_reg_offset[i]; in ab8500_irq_sync_unlock()
466 if (ab8500->irq_reg_offset[i] == latch_offset) in ab8500_handle_hierarchical_line()
1639 ab8500->irq_reg_offset = ab8540_irq_regoffset; in ab8500_probe()
1644 ab8500->irq_reg_offset = ab9540_irq_regoffset; in ab8500_probe()
1648 ab8500->irq_reg_offset = ab8500_irq_regoffset; in ab8500_probe()
1725 if (ab8500->irq_reg_offset[i] == 11 && in ab8500_probe()
1729 if (ab8500->irq_reg_offset[i] < 0) in ab8500_probe()
1733 AB8500_IT_LATCH1_REG + ab8500->irq_reg_offset[i], in ab8500_probe()
[all …]
/linux-4.1.27/include/linux/mfd/abx500/
Dab8500.h365 const int *irq_reg_offset; member