other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ILSEL_ENABLE(9) | Machine Specific Interfaces | ILSEL_ENABLE(9) |
NAME¶
ilsel_enable - Enable an ILSEL set.SYNOPSIS¶
int
ilsel_enable(ilsel_source_t set);
ARGUMENTS¶
setILSEL source (see ilsel_source_t enum in
include/asm-sh/ilsel.h).
DESCRIPTION¶
Enables a given non-aliased ILSEL source (<= ILSEL_KEY) at the highest available interrupt level. Callers should take care to order callsites noting descending interrupt levels. Aliasing FPGA and external board IRQs need to use ilsel_enable_fixed. The return value is an IRQ number that can later be taken down with ilsel_disable.AUTHOR¶
Paul Mundt <lethal@linux-sh.org>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |