Searched refs:_irq (Results 1 – 3 of 3) sorted by relevance
457 * @param _irq the resource representing the interrupt471 struct resource *_irq;488 * @param _irq the resource representing the interrupt495 struct resource *_irq;505 * The value of @p _irq must be the interrupt resource passed510 * @param _irq the resource representing the interrupt515 struct resource *_irq;524 * The value of @p _irq must be the interrupt resource passed529 * @param _irq the resource representing the interrupt534 struct resource *_irq;[all …]
68 #define PLIC_PRIORITY(_irq) (PLIC_PRIORITY_BASE + (_irq) * sizeof(uint32_t)) argument69 #define PLIC_ENABLE(_sc, _irq, _cpu) \ argument70 (_sc->contexts[_cpu].enable_offset + ((_irq) / 32) * sizeof(uint32_t))
1169 #define ath_hal_setuptxqueue(_ah, _type, _irq) \ argument1170 ((*(_ah)->ah_setupTxQueue)((_ah), (_type), (_irq)))