Home
last modified time | relevance | path

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

/arch/mn10300/unit-asb2305/include/unit/
Dtimex.h59 TM01MD = JC_TIMER_CLKSRC | TM1MD_SRC_TM0CASCADE << 8; in stop_jiffies_counter()
60 tmp = TM01MD; in stop_jiffies_counter()
70 TM01MD = JC_TIMER_CLKSRC | \ in reload_jiffies_counter()
76 TM01MD = JC_TIMER_CLKSRC | \ in reload_jiffies_counter()
81 tmp = TM01MD; in reload_jiffies_counter()
/arch/mn10300/unit-asb2303/include/unit/
Dtimex.h59 TM01MD = JC_TIMER_CLKSRC | TM1MD_SRC_TM0CASCADE << 8; in stop_jiffies_counter()
60 tmp = TM01MD; in stop_jiffies_counter()
70 TM01MD = JC_TIMER_CLKSRC | \ in reload_jiffies_counter()
76 TM01MD = JC_TIMER_CLKSRC | \ in reload_jiffies_counter()
81 tmp = TM01MD; in reload_jiffies_counter()
/arch/mn10300/include/asm/
Dtimer-regs.h87 #define TM01MD __SYSREG(0xd4003000, u16) /* timer 0:1 mode register */ macro