Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mfd/
Dab8500-core.c360 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()
1083 ab8500->irq_reg_offset = ab8540_irq_regoffset; in ab8500_probe()
1088 ab8500->irq_reg_offset = ab9540_irq_regoffset; in ab8500_probe()
1092 ab8500->irq_reg_offset = ab8500_irq_regoffset; in ab8500_probe()
1166 if (ab8500->irq_reg_offset[i] == 11 && in ab8500_probe()
1170 if (ab8500->irq_reg_offset[i] < 0) in ab8500_probe()
1174 AB8500_IT_LATCH1_REG + ab8500->irq_reg_offset[i], in ab8500_probe()
[all …]
/Linux-v6.1/sound/soc/amd/acp/
Dchip_offset_byte.h24 (adata->acp_base + adata->rsrc->irq_reg_offset + offset + (ctrl * 0x04))
Damd.h119 u32 irq_reg_offset; member
Dacp-renoir.c46 .irq_reg_offset = 0x1800,
Dacp-rembrandt.c52 .irq_reg_offset = 0x1a00,
/Linux-v6.1/include/linux/mfd/abx500/
Dab8500.h367 const int *irq_reg_offset; member