Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/pcmcia/
Dsmc91c92_cs.c218 #define INTERRUPT 12 macro
1100 outw(0, ioaddr + INTERRUPT); in smc_close()
1172 (inw(ioaddr + INTERRUPT) & 0xff00), in smc_hardware_send_packet()
1173 ioaddr + INTERRUPT); in smc_hardware_send_packet()
1247 ir = inw(ioaddr+INTERRUPT); in smc_start_xmit()
1250 outw((ir&0xff00) | IM_ALLOC_INT, ioaddr + INTERRUPT); in smc_start_xmit()
1259 outw((IM_ALLOC_INT << 8) | (ir & 0xff00), ioaddr + INTERRUPT); in smc_start_xmit()
1378 mask = inw(ioaddr + INTERRUPT) >> 8; in smc_interrupt()
1380 outw(0, ioaddr + INTERRUPT); in smc_interrupt()
1383 status = inw(ioaddr + INTERRUPT) & 0xff; in smc_interrupt()
[all …]
/linux-2.6.39/drivers/net/
Dsmc9194.c559 status = inb( ioaddr + INTERRUPT ); in smc_wait_to_send_packet()
562 outb( IM_ALLOC_INT, ioaddr + INTERRUPT ); in smc_wait_to_send_packet()
795 int_status = inb( ioaddr + INTERRUPT ); in smc_findirq()
1405 status = inb( ioaddr + INTERRUPT ) & mask; in smc_interrupt()
1423 outb(IM_TX_INT, ioaddr + INTERRUPT ); in smc_interrupt()
1439 outb( IM_TX_EMPTY_INT, ioaddr + INTERRUPT ); in smc_interrupt()
1462 outb( IM_RX_OVRN_INT, ioaddr + INTERRUPT ); in smc_interrupt()
1467 outb( IM_ERCV_INT, ioaddr + INTERRUPT ); in smc_interrupt()
Dsmc9194.h137 #define INTERRUPT 12 macro
Drrunner.h482 #define INTERRUPT 0x02 macro
/linux-2.6.39/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-2.6.39/arch/xtensa/include/asm/
Dregs.h57 #define INTERRUPT 226 macro
/linux-2.6.39/Documentation/networking/
Dde4x5.txt135 INTERRUPT CARDS FROM THE SLOW INTERRUPT CARDS to ensure that they do not
/linux-2.6.39/drivers/scsi/
Dtmscsim.h389 #define INTERRUPT BIT7 macro
Dtmscsim.c620 if (DC390_read8 (Scsi_Status) & INTERRUPT) in dc390_StartSCSI()
659 if( !(sstatus & INTERRUPT) ) in DC390_Interrupt()
/linux-2.6.39/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic.txt60 INTERRUPT SPECIFIER DEFINITION
/linux-2.6.39/Documentation/
Dpreempt-locking.txt117 PREVENTING PREEMPTION USING INTERRUPT DISABLING
Dmemory-barriers.txt1275 INTERRUPT DISABLING FUNCTIONS
/linux-2.6.39/Documentation/frv/
Dkernel-ABI.txt166 VIRTUAL INTERRUPT HANDLING
/linux-2.6.39/Documentation/usb/
DURB.txt68 // Only for PERIODIC transfers (ISO, INTERRUPT)
/linux-2.6.39/Documentation/ide/
DChangeLog.ide-tape.1995-2002156 * Add support for INTERRUPT DRQ devices.