Searched refs:HSR0_ETMD (Results 1 – 2 of 2) sorted by relevance
65 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()
142 #define HSR0_ETMD 0x00004000 /* enable TIMERD (32-bit down timer) */ macro