Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/NiosII/
Dport.c194 int id = irq; /* IRQ interpreted as the interrupt ID. */ in _alt_ic_isr_register() local
196 if( id < ALT_NIRQ ) in _alt_ic_isr_register()
206 alt_irq[ id ].handler = isr; in _alt_ic_isr_register()
207 alt_irq[ id ].context = isr_context; in _alt_ic_isr_register()
209 rc = ( isr ) ? alt_ic_irq_enable( ic_id, id ) : alt_ic_irq_disable( ic_id, id ); in _alt_ic_isr_register()
/Kernel-v11.1.0/portable/ThirdParty/xClang/XCOREAI/
Dportasm.S25 get r11, id} /* Get the logical core ID into r11. */
91 get r11, id} /* Get the logical core ID into r11. */