Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sh/cchips/hd6446x/
Dhd64461.c27 nimr = __raw_readw(HD64461_NIMR); in hd64461_mask_irq()
29 __raw_writew(nimr, HD64461_NIMR); in hd64461_mask_irq()
38 nimr = __raw_readw(HD64461_NIMR); in hd64461_unmask_irq()
40 __raw_writew(nimr, HD64461_NIMR); in hd64461_unmask_irq()
88 __raw_writew(0xffff, HD64461_NIMR); in setup_hd64461()
/linux-6.1.9/arch/sh/include/asm/
Dhd64461.h229 #define HD64461_NIMR HD64461_IO_OFFSET(0x5002) macro