Home
last modified time | relevance | path

Searched refs:HD64461_NIMR (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/sh/cchips/hd6446x/
Dhd64461.c26 nimr = __raw_readw(HD64461_NIMR); in hd64461_mask_irq()
28 __raw_writew(nimr, HD64461_NIMR); in hd64461_mask_irq()
37 nimr = __raw_readw(HD64461_NIMR); in hd64461_unmask_irq()
39 __raw_writew(nimr, HD64461_NIMR); in hd64461_unmask_irq()
87 __raw_writew(0xffff, HD64461_NIMR); in setup_hd64461()
/linux-4.1.27/arch/sh/include/asm/
Dhd64461.h228 #define HD64461_NIMR HD64461_IO_OFFSET(0x5002) macro