irq.c (55fa518867978e1f5fd8353098f80d125ac734d7) irq.c (ca4d3e6746bdcfccb517349bce2d2c5b5614fb6f)
1/*
2 * Toshiba RBTX4927 specific interrupt handlers
3 *
4 * Author: MontaVista Software, Inc.
5 * source@mvista.com
6 *
7 * Copyright 2001-2002 MontaVista Software Inc.
8 *

--- 97 unchanged lines hidden (view full) ---

106 * SuperIO/PS2/Mouse, using INTR via ISA IRQ12 (mouse not currently supported)
107 * JP7 is not bus master -- do NOT use -- only 4 pci bus master's
108 * allowed -- SouthBridge, JP4, JP5, JP6
109 */
110
111#include <linux/init.h>
112#include <linux/types.h>
113#include <linux/interrupt.h>
1/*
2 * Toshiba RBTX4927 specific interrupt handlers
3 *
4 * Author: MontaVista Software, Inc.
5 * source@mvista.com
6 *
7 * Copyright 2001-2002 MontaVista Software Inc.
8 *

--- 97 unchanged lines hidden (view full) ---

106 * SuperIO/PS2/Mouse, using INTR via ISA IRQ12 (mouse not currently supported)
107 * JP7 is not bus master -- do NOT use -- only 4 pci bus master's
108 * allowed -- SouthBridge, JP4, JP5, JP6
109 */
110
111#include <linux/init.h>
112#include <linux/types.h>
113#include <linux/interrupt.h>
114#include <linux/irq.h>
114#include <asm/io.h>
115#include <asm/mipsregs.h>
116#include <asm/txx9/generic.h>
117#include <asm/txx9/rbtx4927.h>
118
119static void toshiba_rbtx4927_irq_ioc_enable(unsigned int irq);
120static void toshiba_rbtx4927_irq_ioc_disable(unsigned int irq);
121

--- 82 unchanged lines hidden ---
115#include <asm/io.h>
116#include <asm/mipsregs.h>
117#include <asm/txx9/generic.h>
118#include <asm/txx9/rbtx4927.h>
119
120static void toshiba_rbtx4927_irq_ioc_enable(unsigned int irq);
121static void toshiba_rbtx4927_irq_ioc_disable(unsigned int irq);
122

--- 82 unchanged lines hidden ---