1ILSEL_ENABLE(9) Machine Specific Interfaces ILSEL_ENABLE(9)
2
3
4
6 ilsel_enable - Enable an ILSEL set.
7
9 int ilsel_enable(ilsel_source_t set);
10
12 set
13 ILSEL source (see ilsel_source_t enum in include/asm-sh/ilsel.h).
14
16 Enables a given non-aliased ILSEL source (<= ILSEL_KEY) at the highest
17 available interrupt level. Callers should take care to order callsites
18 noting descending interrupt levels. Aliasing FPGA and external board
19 IRQs need to use ilsel_enable_fixed.
20
21 The return value is an IRQ number that can later be taken down with
22 ilsel_disable.
23
25 Paul Mundt <lethal@linux-sh.org>
26 Author.
27
29Kernel Hackers Manual 2.6. June 2019 ILSEL_ENABLE(9)