Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dab8500-core.c359 if (ab8500->irq_reg_offset[i] == 11 && in ab8500_irq_sync_unlock()
363 if (ab8500->irq_reg_offset[i] < 0) in ab8500_irq_sync_unlock()
368 reg = AB8500_IT_MASK1_REG + ab8500->irq_reg_offset[i]; in ab8500_irq_sync_unlock()
457 if (ab8500->irq_reg_offset[i] == latch_offset) in ab8500_handle_hierarchical_line()
1081 ab8500->irq_reg_offset = ab8540_irq_regoffset; in ab8500_probe()
1086 ab8500->irq_reg_offset = ab9540_irq_regoffset; in ab8500_probe()
1090 ab8500->irq_reg_offset = ab8500_irq_regoffset; in ab8500_probe()
1164 if (ab8500->irq_reg_offset[i] == 11 && in ab8500_probe()
1168 if (ab8500->irq_reg_offset[i] < 0) in ab8500_probe()
1172 AB8500_IT_LATCH1_REG + ab8500->irq_reg_offset[i], in ab8500_probe()
[all …]
/linux/sound/soc/amd/acp/
H A Dchip_offset_byte.h33 (chip->base + chip->rsrc->irq_reg_offset + offset + (ctrl * 0x04))
44 acp_adata->rsrc->irq_reg_offset))
H A Dacp-legacy-common.c31 .irq_reg_offset = 0x1800,
42 .irq_reg_offset = 0x1a00,
53 .irq_reg_offset = 0x1a00,
64 .irq_reg_offset = 0x1a00,
H A Damd.h193 u32 irq_reg_offset; member
/linux/include/linux/mfd/abx500/
H A Dab8500.h367 const int *irq_reg_offset; member