Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sh/boards/mach-se/7751/
Dirq.c23 static unsigned long ipr_offsets[] = { variable
34 .ipr_offsets = ipr_offsets,
35 .nr_offsets = ARRAY_SIZE(ipr_offsets),
/linux-6.12.1/arch/sh/boards/mach-se/770x/
Dirq.c73 static unsigned long ipr_offsets[] = { variable
84 .ipr_offsets = ipr_offsets,
85 .nr_offsets = ARRAY_SIZE(ipr_offsets),
/linux-6.12.1/arch/sh/boards/
Dboard-polaris.c124 static unsigned long ipr_offsets[] = { variable
129 .ipr_offsets = ipr_offsets,
130 .nr_offsets = ARRAY_SIZE(ipr_offsets),
/linux-6.12.1/arch/sh/kernel/cpu/irq/
Dipr.c33 unsigned long addr = get_ipr_desc(data)->ipr_offsets[p->ipr_idx]; in disable_ipr_irq()
42 unsigned long addr = get_ipr_desc(data)->ipr_offsets[p->ipr_idx]; in enable_ipr_irq()
64 BUG_ON(!desc->ipr_offsets[p->ipr_idx]); in register_ipr_controller()
/linux-6.12.1/arch/sh/include/asm/
Dhw_irq.h19 unsigned long *ipr_offsets; member