Lines Matching defs:level
26 * With each level being relative to an ilsel_source_t.
32 * ILSEL level map, in descending order from the highest level down.
36 * to the interrupt level, the level map is carefully managed to ensure a
85 * available interrupt level. Callers should take care to order callsites
112 * ilsel_enable_fixed - Enable an ILSEL set at a fixed interrupt level
114 * @level: Interrupt level (1 - 15)
116 * Enables a given ILSEL source at a fixed interrupt level. Necessary
117 * both for level reservation as well as for aliased sources that only
122 int ilsel_enable_fixed(ilsel_source_t set, unsigned int level)
124 unsigned int bit = ilsel_offset(level - 1);