#include <linux/init.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <asm/ptrace.h>
#include <asm/traps.h>
#include <asm/irq.h>
#include <asm/io.h>
#include <asm/gpio-internal.h>
#include <asm/regs267x.h>
Go to the source code of this file.
Value:do { \
if (*(
volatile unsigned short *)ITSR & irqbit) {
\
port = irq_assign_table1[
irq - EXT_IRQ0].port_no; \
bit = irq_assign_table1[
irq - EXT_IRQ0].bit_no; \
port = irq_assign_table0[
irq - EXT_IRQ0].port_no; \
bit = irq_assign_table0[
irq - EXT_IRQ0].bit_no; \
} \
} while(0)
Definition at line 67 of file irq.c.
void h8300_disable_irq_pin |
( |
unsigned int |
irq | ) |
|
Definition at line 93 of file irq.c.
int h8300_enable_irq_pin |
( |
unsigned int |
irq | ) |
|
Definition at line 78 of file irq.c.
Definition at line 44 of file irq.c.
Initial value:
Definition at line 21 of file irq.c.
Initial value:= {
0,0,0,0,0,
0,0,
0,0,0,0,0,0,0
}
Definition at line 30 of file irq.c.
Definition at line 43 of file irq.c.