1ILSEL_ENABLE_FIXED(9)     Machine Specific Interfaces    ILSEL_ENABLE_FIXED(9)
2
3
4

NAME

6       ilsel_enable_fixed - Enable an ILSEL set at a fixed interrupt level
7

SYNOPSIS

9       int ilsel_enable_fixed(ilsel_source_t set, unsigned int level);
10

ARGUMENTS

12       set
13           ILSEL source (see ilsel_source_t enum in include/asm-sh/ilsel.h).
14
15       level
16           Interrupt level (1 - 15)
17

DESCRIPTION

19       Enables a given ILSEL source at a fixed interrupt level. Necessary both
20       for level reservation as well as for aliased sources that only exist on
21       special ILSEL#s.
22
23       Returns an IRQ number (as ilsel_enable).
24

AUTHOR

26       Paul Mundt <lethal@linux-sh.org>
27           Author.
28
30Kernel Hackers Manual 3.10         June 2019             ILSEL_ENABLE_FIXED(9)
Impressum