Home
last modified time | relevance | path

Searched refs:HD64465_IRQ_BASE (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-sh/
Dhd64465.h212 #define HD64465_IRQ_BASE OFFCHIP_IRQ_BASE macro
214 #define HD64465_IRQ_ADC (HD64465_IRQ_BASE+0)
215 #define HD64465_IRQ_USB (HD64465_IRQ_BASE+1)
216 #define HD64465_IRQ_SCDI (HD64465_IRQ_BASE+2)
217 #define HD64465_IRQ_PARALLEL (HD64465_IRQ_BASE+3)
219 #define HD64465_IRQ_UART (HD64465_IRQ_BASE+5)
220 #define HD64465_IRQ_IRDA (HD64465_IRQ_BASE+6)
221 #define HD64465_IRQ_PS2MOUSE (HD64465_IRQ_BASE+7)
222 #define HD64465_IRQ_KBC (HD64465_IRQ_BASE+8)
223 #define HD64465_IRQ_TIMER1 (HD64465_IRQ_BASE+9)
[all …]
Dbigsur.h24 #define BIGSUR_2NDLVL_IRQ_LOW (HD64465_IRQ_BASE+HD64465_IRQ_NUM)
/linux-2.4.37.9/arch/sh/kernel/
Dsetup_hd64465.c39 unsigned short mask = 1 << (irq - HD64465_IRQ_BASE); in disable_hd64465_irq()
54 unsigned short mask = 1 << (irq - HD64465_IRQ_BASE); in enable_hd64465_irq()
128 hd64465_demux[irq - HD64465_IRQ_BASE].func = demux; in hd64465_register_irq_demux()
129 hd64465_demux[irq - HD64465_IRQ_BASE].dev = dev; in hd64465_register_irq_demux()
135 hd64465_demux[irq - HD64465_IRQ_BASE].func = 0; in hd64465_unregister_irq_demux()
155 irq = HD64465_IRQ_BASE + i; in hd64465_irq_demux()
178 HD64465_IRQ_BASE, in setup_hd64465()
179 HD64465_IRQ_BASE+HD64465_IRQ_NUM-1); in setup_hd64465()
191 irq_desc[HD64465_IRQ_BASE + i].handler = &hd64465_irq_type; in setup_hd64465()
Dmach_dmida.c35 mv_nr_irqs: HD64465_IRQ_BASE+HD64465_IRQ_NUM,
Dsetup_keywest.c154 CONFIG_HD64465_IOBASE, HD64465_IRQ_BASE); in tahoe_init()