Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dbus_if.m457 * @param _irq the resource representing the interrupt
471 struct resource *_irq;
488 * @param _irq the resource representing the interrupt
495 struct resource *_irq;
505 * The value of @p _irq must be the interrupt resource passed
510 * @param _irq the resource representing the interrupt
515 struct resource *_irq;
524 * The value of @p _irq must be the interrupt resource passed
529 * @param _irq the resource representing the interrupt
534 struct resource *_irq;
[all …]
/freebsd/sys/riscv/riscv/
H A Dplic.c68 #define PLIC_PRIORITY(_irq) (PLIC_PRIORITY_BASE + (_irq) * sizeof(uint32_t)) argument
69 #define PLIC_ENABLE(_sc, _irq, _cpu) \ argument
70 (_sc->contexts[_cpu].enable_offset + ((_irq) / 32) * sizeof(uint32_t))
/freebsd/sys/dev/ath/
H A Dif_athvar.h1169 #define ath_hal_setuptxqueue(_ah, _type, _irq) \ argument
1170 ((*(_ah)->ah_setupTxQueue)((_ah), (_type), (_irq)))