Home
last modified time | relevance | path

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

/arch/frv/kernel/
Ddebug-stub.c65 if (hsr0 & HSR0_ETMD) in debug_stub()
66 __set_HSR(0, hsr0 & ~HSR0_ETMD); in debug_stub()
91 if (hsr0 & HSR0_ETMD) in debug_stub()
92 __set_HSR(0, __get_HSR(0) | HSR0_ETMD); in debug_stub()
/arch/frv/include/asm/
Dspr-regs.h142 #define HSR0_ETMD 0x00004000 /* enable TIMERD (32-bit down timer) */ macro