Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/loongson/common/cs5536/
Dcs5536_mfgpt.c44 outw(inw(MFGPT0_SETUP) & 0x7fff, MFGPT0_SETUP); in disable_mfgpt0_counter()
51 outw(0xe310, MFGPT0_SETUP); in enable_mfgpt0_counter()
105 outw(inw(MFGPT0_SETUP) | 0x4000, MFGPT0_SETUP); in timer_interrupt()
/linux-2.6.39/arch/mips/include/asm/mach-loongson/cs5536/
Dcs5536_mfgpt.h33 #define MFGPT0_SETUP (MFGPT_BASE + 6) macro