Searched defs:INTERRUPT (Results 1 - 5 of 5) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
H A D | mac.c | 24 ath_dbg(ath9k_hw_common(ah), INTERRUPT, local 791 ath_dbg(common, INTERRUPT, "disable IER\n"); 825 ath_dbg(common, INTERRUPT, "Do not enable IER ref count %d\n", 838 ath_dbg(common, INTERRUPT, "enable IER\n"); 847 ath_dbg(common, INTERRUPT, "AR_IMR 0x%x IER 0x%x\n", 862 ath_dbg(common, INTERRUPT, "New interrupt mask 0x%x\n", ints); 932 ath_dbg(common, INTERRUPT, "new IMR 0x%x\n", mask);
|
/drivers/net/ethernet/smsc/ |
H A D | smc9194.h | 137 #define INTERRUPT 12 macro
|
H A D | smc91c92_cs.c | 216 #define INTERRUPT 12 macro 1098 outw(0, ioaddr + INTERRUPT); 1170 (inw(ioaddr + INTERRUPT) & 0xff00), 1171 ioaddr + INTERRUPT); 1244 ir = inw(ioaddr+INTERRUPT); 1247 outw((ir&0xff00) | IM_ALLOC_INT, ioaddr + INTERRUPT); 1256 outw((IM_ALLOC_INT << 8) | (ir & 0xff00), ioaddr + INTERRUPT); 1375 mask = inw(ioaddr + INTERRUPT) >> 8; 1377 outw(0, ioaddr + INTERRUPT); 1380 status = inw(ioaddr + INTERRUPT) [all...] |
/drivers/scsi/ |
H A D | tmscsim.h | 390 #define INTERRUPT BIT7 macro
|
/drivers/net/hippi/ |
H A D | rrunner.h | 482 #define INTERRUPT 0x02 macro
|
Completed in 111 milliseconds