Searched refs:ipr_offsets (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7751/ |
H A D | irq.c | 23 static unsigned long ipr_offsets[] = { variable 34 .ipr_offsets = ipr_offsets, 35 .nr_offsets = ARRAY_SIZE(ipr_offsets),
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/7751/ |
H A D | irq.c | 23 static unsigned long ipr_offsets[] = { variable 34 .ipr_offsets = ipr_offsets, 35 .nr_offsets = ARRAY_SIZE(ipr_offsets),
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/770x/ |
H A D | irq.c | 73 static unsigned long ipr_offsets[] = { variable 84 .ipr_offsets = ipr_offsets, 85 .nr_offsets = ARRAY_SIZE(ipr_offsets),
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/770x/ |
H A D | irq.c | 73 static unsigned long ipr_offsets[] = { variable 84 .ipr_offsets = ipr_offsets, 85 .nr_offsets = ARRAY_SIZE(ipr_offsets),
|
/kernel/linux/linux-5.10/arch/sh/boards/ |
H A D | board-polaris.c | 124 static unsigned long ipr_offsets[] = { variable 129 .ipr_offsets = ipr_offsets, 130 .nr_offsets = ARRAY_SIZE(ipr_offsets),
|
/kernel/linux/linux-6.6/arch/sh/boards/ |
H A D | board-polaris.c | 124 static unsigned long ipr_offsets[] = { variable 129 .ipr_offsets = ipr_offsets, 130 .nr_offsets = ARRAY_SIZE(ipr_offsets),
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/irq/ |
H A D | ipr.c | 33 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()
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/irq/ |
H A D | ipr.c | 33 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()
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | hw_irq.h | 19 unsigned long *ipr_offsets; member
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | hw_irq.h | 19 unsigned long *ipr_offsets; member
|
Completed in 3 milliseconds