Home
last modified time | relevance | path

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

/arch/sh/boards/mach-se/7724/
Dirq.c28 unsigned long mraddr; member
52 set.mraddr = IRQ0_MR; in get_fpga_irq()
58 set.mraddr = IRQ1_MR; in get_fpga_irq()
64 set.mraddr = IRQ2_MR; in get_fpga_irq()
78 __raw_writew(__raw_readw(set.mraddr) | 0x0001 << bit, set.mraddr); in disable_se7724_irq()
86 __raw_writew(__raw_readw(set.mraddr) & ~(0x0001 << bit), set.mraddr); in enable_se7724_irq()