Searched defs:irq (Results 1 – 4 of 4) sorted by relevance
/scripts/native_simulator/native/src/ |
A D | irq_ctrl.c | 71 void hw_irq_ctrl_prio_set(unsigned int irq, unsigned int prio) in hw_irq_ctrl_prio_set() 76 uint8_t hw_irq_ctrl_get_prio(unsigned int irq) in hw_irq_ctrl_get_prio() 150 void hw_irq_ctrl_disable_irq(unsigned int irq) in hw_irq_ctrl_disable_irq() 155 int hw_irq_ctrl_is_irq_enabled(unsigned int irq) in hw_irq_ctrl_is_irq_enabled() 174 void hw_irq_ctrl_clear_irq(unsigned int irq) in hw_irq_ctrl_clear_irq() 189 void hw_irq_ctrl_enable_irq(unsigned int irq) in hw_irq_ctrl_enable_irq() 197 static inline void hw_irq_ctrl_irq_raise_prefix(unsigned int irq) in hw_irq_ctrl_irq_raise_prefix() 218 void hw_irq_ctrl_set_irq(unsigned int irq) in hw_irq_ctrl_set_irq() 255 void hw_irq_ctrl_raise_im(unsigned int irq) in hw_irq_ctrl_raise_im() 266 void hw_irq_ctrl_raise_im_from_sw(unsigned int irq) in hw_irq_ctrl_raise_im_from_sw()
|
/scripts/build/ |
A D | gen_isr_tables_parser_local.py | 224 def __irq_spurious_section(irq): argument 228 def __isr_generated_section(irq): argument 232 def __shared_entry_section(irq, ent): argument 236 def __shared_client_num_section(irq): argument 239 def __isr_spurious_entry(self, irq): argument 246 def __isr_shared_entry(self, irq): argument 254 def __irq_spurious_entry(self, irq): argument
|
A D | gen_isr_tables.py | 179 def get_irq_index(self, irq, lvl): argument 193 def get_swt_table_index(self, offset, irq): argument
|
/scripts/dts/ |
A D | gen_defines.py | 381 def map_arm_gic_irq_type(irq, irq_num): argument
|
Completed in 7 milliseconds