Searched refs:interrupt (Results 1 - 25 of 4542) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dcore_irongate.h106 igcsr32 interrupt; /* 0x3C - interrupt, PCI bridge ctrl */ member in struct:__anon6
/linux-master/arch/alpha/kernel/
H A Dhead.S61 # on the PC164 (at least), since that PALcode manages the interrupt
H A Dsmc37c93x.c134 unsigned long interrupt)
152 outb(interrupt, dataPort);
169 outb(INTERRUPT_SEL, indexPort); /* Primary interrupt select */
172 outb(INTERRUPT_SEL_2, indexPort); /* Secondary interrupt select */
198 outb(INTERRUPT_SEL, indexPort); /* Primary interrupt select */
131 SMCEnableDevice(unsigned long baseAddr, unsigned long device, unsigned long portaddr, unsigned long interrupt) argument
/linux-master/arch/arm/kernel/
H A Dsmp_twd.c18 #include <linux/interrupt.h>
77 * local_timer_ack: checks for a local timer interrupt.
79 * If a local timer interrupt has occurred, acknowledge and return 1.
162 /* enable, no interrupt or reload */
284 pr_err("twd: can't register interrupt %d (%d)\n", twd_ppi, err);
/linux-master/arch/arm/mach-ep93xx/
H A Ddma.c20 #include <linux/interrupt.h>
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S63 mcr p15, 0, r3, c7, c0, 4 @ wait for interrupt
/linux-master/arch/arm/mach-pxa/
H A Dam200epd.c26 #include <linux/interrupt.h>
/linux-master/arch/arm/mach-rpc/
H A Ddma.c11 #include <linux/interrupt.h>
/linux-master/arch/arm/mach-sa1100/
H A Dssp.c14 #include <linux/interrupt.h>
/linux-master/arch/arm64/boot/dts/sprd/
H A Dsharkl64.dtsi10 interrupt-parent = <&gic>;
/linux-master/arch/hexagon/kernel/
H A Dasm-offsets.c15 #include <linux/interrupt.h>
H A Dirq_cpu.c3 * First-level interrupt controller model for Hexagon.
8 #include <linux/interrupt.h>
54 * The hexagon core comes with a first-level interrupt controller
57 * macro cells that provide one or more second-level interrupt
63 * The first-level interrupt controller is wrapped by the VM, which
64 * virtualizes the interrupt controller for us. It provides a very
/linux-master/arch/m68k/amiga/
H A Damiints.c2 * Amiga Linux interrupt handling code
10 #include <linux/interrupt.h>
22 * Enable/disable a particular machine specific interrupt source.
23 * Note that this may affect other interrupts in case of a shared interrupt.
25 * internal data, that may not be changed by the interrupt at the same time.
46 * The builtin Amiga hardware interrupt handlers.
53 /* if serial transmit buffer empty, interrupt */
59 /* if floppy disk transfer complete, interrupt */
65 /* if software interrupt set, interrupt */
[all...]
H A Dcia.c20 #include <linux/interrupt.h>
48 * Cause or clear CIA interrupts, return old interrupt status.
66 * Enable or disable CIA interrupts, return old interrupt mask,
94 * the timer interrupt serviced.
145 * for external interrupts, we link the CIA interrupt sources
184 /* clear any pending interrupt and turn off all interrupts */
194 pr_err("Couldn't register %s interrupt\n", base->name);
/linux-master/arch/m68k/coldfire/
H A Damcore.c15 #include <linux/interrupt.h>
50 /* IRQ line the device's interrupt pin is connected to */
75 /* Set the dm9000 interrupt to be auto-vectored */
H A Dintc-5249.c14 #include <linux/interrupt.h>
52 /* GPIO interrupt sources */
H A Dintc-525x.c15 #include <linux/interrupt.h>
79 /* set the interrupt base for the second interrupt controller */
82 /* GPIO interrupt sources */
H A Dintc-5272.c2 * intc.c -- interrupt controller or ColdFire 5272 SoC
14 #include <linux/interrupt.h>
23 * The 5272 ColdFire interrupt controller is nothing like any other
24 * ColdFire interrupt controller - it truly is completely different.
35 * internal interrupt sources which are level triggered). Which means
77 * The act of masking the interrupt also has a side effect of 'ack'ing
78 * an interrupt on this irq (for the external irqs). So this mask function
144 * of masking an interrupt.
165 /* Mask all interrupt sources */
/linux-master/arch/m68k/include/asm/
H A Datari_stdma.h7 #include <linux/interrupt.h>
H A Dsun3ints.h2 * sun3ints.h -- Linux/Sun3 interrupt handling code definitions
15 #include <linux/interrupt.h>
/linux-master/arch/m68k/kernel/
H A Dirq.c15 #include <linux/interrupt.h>
/linux-master/arch/mips/alchemy/common/
H A Ddma.c38 #include <linux/interrupt.h>
55 * done interrupt, you won't know the irq number until the DMA channel is
H A Dirq.c30 #include <linux/interrupt.h>
80 /* NOTE on interrupt priorities: The original writers of this code said:
83 * the USB devices-side packet complete interrupt (USB_DEV_REQ_INT)
717 /* initialize interrupt controller to a safe state */
783 /* save 4 interrupt mask status registers */
931 /* disable & ack all possible interrupt sources */
/linux-master/arch/mips/alchemy/devboards/
H A Dbcsr.c11 #include <linux/interrupt.h>
/linux-master/arch/mips/bcm47xx/
H A Dirq.c28 #include <linux/interrupt.h>

Completed in 416 milliseconds

1234567891011>>