Home
last modified time | relevance | path

Searched refs:irq_reg_offset (Results 1 – 8 of 8) 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()
1082 ab8500->irq_reg_offset = ab8540_irq_regoffset; in ab8500_probe()
1087 ab8500->irq_reg_offset = ab9540_irq_regoffset; in ab8500_probe()
1091 ab8500->irq_reg_offset = ab8500_irq_regoffset; in ab8500_probe()
1165 if (ab8500->irq_reg_offset[i] == 11 && in ab8500_probe()
1169 if (ab8500->irq_reg_offset[i] < 0) in ab8500_probe()
1173 AB8500_IT_LATCH1_REG + ab8500->irq_reg_offset[i], in ab8500_probe()
[all …]
/linux/sound/soc/amd/acp/
H A Dchip_offset_byte.h33 (adata->acp_base + adata->rsrc->irq_reg_offset + offset + (ctrl * 0x04))
44 acp_adata->rsrc->irq_reg_offset))
H A Dacp-renoir.c34 .irq_reg_offset = 0x1800,
H A Dacp70.c36 .irq_reg_offset = 0x1a00,
H A Dacp-rembrandt.c41 .irq_reg_offset = 0x1a00,
H A Damd.h170 u32 irq_reg_offset; member
H A Dacp63.c57 .irq_reg_offset = 0x1a00,
/linux/include/linux/mfd/abx500/
H A Dab8500.h367 const int *irq_reg_offset; member