Home
last modified time | relevance | path

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

/linux/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_mfgpt.c39 outw(inw(MFGPT0_SETUP) & 0x7fff, MFGPT0_SETUP); in disable_mfgpt0_counter()
46 outw(0xe310, MFGPT0_SETUP); in enable_mfgpt0_counter()
96 outw(inw(MFGPT0_SETUP) | 0x4000, MFGPT0_SETUP); in timer_interrupt()
/linux/arch/mips/include/asm/mach-loongson2ef/cs5536/
H A Dcs5536_mfgpt.h34 #define MFGPT0_SETUP (MFGPT_BASE + 6) macro