Query: ilsel_enable
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ILSEL_ENABLE(9) Machine Specific Interfaces ILSEL_ENABLE(9)NAMEilsel_enable - Enable an ILSEL set.SYNOPSISint ilsel_enable(ilsel_source_t set);ARGUMENTSset ILSEL source (see ilsel_source_t enum in include/asm-sh/ilsel.h).DESCRIPTIONEnables 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.AUTHORPaul Mundt <lethal@linux-sh.org> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ILSEL_ENABLE(9)