Searched refs:INTERRUPT (Results 1 – 15 of 15) sorted by relevance
/linux-2.6.39/drivers/net/pcmcia/ |
D | smc91c92_cs.c | 218 #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/ |
D | smc9194.c | 559 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()
|
D | smc9194.h | 137 #define INTERRUPT 12 macro
|
D | rrunner.h | 482 #define INTERRUPT 0x02 macro
|
/linux-2.6.39/Documentation/filesystems/ |
D | fuse.txt | 161 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/ |
D | regs.h | 57 #define INTERRUPT 226 macro
|
/linux-2.6.39/Documentation/networking/ |
D | de4x5.txt | 135 INTERRUPT CARDS FROM THE SLOW INTERRUPT CARDS to ensure that they do not
|
/linux-2.6.39/drivers/scsi/ |
D | tmscsim.h | 389 #define INTERRUPT BIT7 macro
|
D | tmscsim.c | 620 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/ |
D | mpic.txt | 60 INTERRUPT SPECIFIER DEFINITION
|
/linux-2.6.39/Documentation/ |
D | preempt-locking.txt | 117 PREVENTING PREEMPTION USING INTERRUPT DISABLING
|
D | memory-barriers.txt | 1275 INTERRUPT DISABLING FUNCTIONS
|
/linux-2.6.39/Documentation/frv/ |
D | kernel-ABI.txt | 166 VIRTUAL INTERRUPT HANDLING
|
/linux-2.6.39/Documentation/usb/ |
D | URB.txt | 68 // Only for PERIODIC transfers (ISO, INTERRUPT)
|
/linux-2.6.39/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 156 * Add support for INTERRUPT DRQ devices.
|