Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mfd/
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-v6.6/sound/soc/amd/acp/
Dchip_offset_byte.h24 (adata->acp_base + adata->rsrc->irq_reg_offset + offset + (ctrl * 0x04))
Dacp-renoir.c32 .irq_reg_offset = 0x1800,
Dacp-rembrandt.c39 .irq_reg_offset = 0x1a00,
Damd.h152 u32 irq_reg_offset; member
/Linux-v6.6/include/linux/mfd/abx500/
Dab8500.h367 const int *irq_reg_offset; member