Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dreg.h92 #define AR5K_IER_ENABLE 0x00000001 /* Enable card interrupts */ macro
Dath5k.c1329 ah->ah_ier = enable ? AR5K_IER_ENABLE : AR5K_IER_DISABLE; in ath5k_irq()