Home
last modified time | relevance | path

Searched refs:INTERRUPT (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc9194.c539 status = inb( ioaddr + INTERRUPT ); in smc_wait_to_send_packet()
542 outb( IM_ALLOC_INT, ioaddr + INTERRUPT ); in smc_wait_to_send_packet()
771 int_status = inb( ioaddr + INTERRUPT ); in smc_findirq()
1344 status = inb( ioaddr + INTERRUPT ) & mask; in smc_interrupt()
1362 outb(IM_TX_INT, ioaddr + INTERRUPT ); in smc_interrupt()
1378 outb( IM_TX_EMPTY_INT, ioaddr + INTERRUPT ); in smc_interrupt()
1401 outb( IM_RX_OVRN_INT, ioaddr + INTERRUPT ); in smc_interrupt()
1406 outb( IM_ERCV_INT, ioaddr + INTERRUPT ); in smc_interrupt()
Dsmc91c92_cs.c216 #define INTERRUPT 12 macro
1095 outw(0, ioaddr + INTERRUPT); in smc_close()
1167 (inw(ioaddr + INTERRUPT) & 0xff00), in smc_hardware_send_packet()
1168 ioaddr + INTERRUPT); in smc_hardware_send_packet()
1241 ir = inw(ioaddr+INTERRUPT); in smc_start_xmit()
1244 outw((ir&0xff00) | IM_ALLOC_INT, ioaddr + INTERRUPT); in smc_start_xmit()
1253 outw((IM_ALLOC_INT << 8) | (ir & 0xff00), ioaddr + INTERRUPT); in smc_start_xmit()
1372 mask = inw(ioaddr + INTERRUPT) >> 8; in smc_interrupt()
1374 outw(0, ioaddr + INTERRUPT); in smc_interrupt()
1377 status = inw(ioaddr + INTERRUPT) & 0xff; in smc_interrupt()
[all …]
Dsmc9194.h137 #define INTERRUPT 12 macro
/linux-4.4.14/Documentation/filesystems/
Dfuse.txt161 this flag is set, an INTERRUPT request is queued.
163 3) If the request is already sent to userspace, then an INTERRUPT
166 INTERRUPT requests take precedence over other requests, so the
169 The userspace filesystem may ignore the INTERRUPT requests entirely,
174 original request and its INTERRUPT request. There are two possibilities:
176 1) The INTERRUPT request is processed before the original request is
179 2) The INTERRUPT request is processed after the original request has
184 should reply to the INTERRUPT request with an EAGAIN error. In case
185 1) the INTERRUPT request will be requeued. In case 2) the INTERRUPT
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dmac.c24 ath_dbg(ath9k_hw_common(ah), INTERRUPT, in ath9k_hw_set_txq_interrupts()
784 ath_dbg(common, INTERRUPT, "disable IER\n"); in ath9k_hw_kill_interrupts()
818 ath_dbg(common, INTERRUPT, "Do not enable IER ref count %d\n", in ath9k_hw_enable_interrupts()
832 ath_dbg(common, INTERRUPT, "enable IER\n"); in ath9k_hw_enable_interrupts()
841 ath_dbg(common, INTERRUPT, "AR_IMR 0x%x IER 0x%x\n", in ath9k_hw_enable_interrupts()
856 ath_dbg(common, INTERRUPT, "New interrupt mask 0x%x\n", ints); in ath9k_hw_set_interrupts()
926 ath_dbg(common, INTERRUPT, "new IMR 0x%x\n", mask); in ath9k_hw_set_interrupts()
Dar9002_mac.c130 ath_dbg(common, INTERRUPT, in ar9002_hw_get_isr()
193 ath_dbg(common, INTERRUPT, in ar9002_hw_get_isr()
200 ath_dbg(common, INTERRUPT, in ar9002_hw_get_isr()
Dar9003_mac.c344 ath_dbg(common, INTERRUPT, in ar9003_hw_get_isr()
/linux-4.4.14/arch/powerpc/include/asm/
Dsstep.h52 INTERRUPT, enumerator
/linux-4.4.14/Documentation/hid/
Dhidraw.txt43 on the INTERRUPT IN endpoint. By default, read() will block until there is
56 the device has an INTERRUPT OUT endpoint, the report will be sent on that
/linux-4.4.14/arch/powerpc/lib/
Dsstep.c1674 op->type = INTERRUPT | 0x700; in analyse_instr()
1679 op->type = INTERRUPT | 0x700; in analyse_instr()
1685 op->type = INTERRUPT | 0x800; in analyse_instr()
1691 op->type = INTERRUPT | 0xf20; in analyse_instr()
1697 op->type = INTERRUPT | 0xf40; in analyse_instr()
/linux-4.4.14/Documentation/networking/
Dde4x5.txt135 INTERRUPT CARDS FROM THE SLOW INTERRUPT CARDS to ensure that they do not
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic.txt80 INTERRUPT SPECIFIER DEFINITION
/linux-4.4.14/Documentation/
Dpreempt-locking.txt117 PREVENTING PREEMPTION USING INTERRUPT DISABLING
Dmemory-barriers.txt1933 INTERRUPT DISABLING FUNCTIONS
/linux-4.4.14/drivers/net/hippi/
Drrunner.h482 #define INTERRUPT 0x02 macro
/linux-4.4.14/Documentation/frv/
Dkernel-ABI.txt166 VIRTUAL INTERRUPT HANDLING
/linux-4.4.14/Documentation/usb/
DURB.txt68 // Only for PERIODIC transfers (ISO, INTERRUPT)
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-tape.1995-2002156 * Add support for INTERRUPT DRQ devices.