Home
last modified time | relevance | path

Searched refs:HD64465_REG_NIMR (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/sh/kernel/
Dsetup_hd64465.c43 nimr = inw(HD64465_REG_NIMR); in disable_hd64465_irq()
45 outw(nimr, HD64465_REG_NIMR); in disable_hd64465_irq()
58 nimr = inw(HD64465_REG_NIMR); in enable_hd64465_irq()
60 outw(nimr, HD64465_REG_NIMR); in enable_hd64465_irq()
106 inw(HD64465_REG_NIRR), inw(HD64465_REG_NIMR)); in hd64465_interrupt()
146 unsigned short nimr = inw(HD64465_REG_NIMR); in hd64465_irq_demux()
188 outw(0xffff, HD64465_REG_NIMR); /* mask all interrupts */ in setup_hd64465()
Dsetup_keywest.c116 outw(~0, HD64465_REG_NIMR); in tahoe_init()
/linux-2.4.37.9/include/asm-sh/
Dhd64465.h51 #define HD64465_REG_NIMR 0x15002 /* Interrupt Mask Register */ macro