Home
last modified time | relevance | path

Searched refs:ints_by_lvl (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/arch/xtensa/core/
Dxtensa_intgen.py21 ints_by_lvl = {} variable
77 if lvl not in ints_by_lvl:
78 ints_by_lvl[lvl] = []
80 ints_by_lvl[lvl].append(irq)
100 for l in ints_by_lvl:
101 for i in ints_by_lvl[l]:
115 if not lvl in ints_by_lvl:
116 ints_by_lvl[lvl] = []
119 for lvl in ints_by_lvl:
123 if not ints_by_lvl[lvl]:
[all …]