Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/85xx/
Dsmp.c184 mttmr(TMRN_IMSR0, imsr); in wake_hw_thread()
185 mttmr(TMRN_INIA0, inia); in wake_hw_thread()
188 mttmr(TMRN_IMSR1, imsr); in wake_hw_thread()
189 mttmr(TMRN_INIA1, inia); in wake_hw_thread()
/linux-4.4.14/arch/powerpc/include/asm/
Dreg_booke.h764 #define mttmr(rn, v) asm volatile(MTTMR(rn, %0) : \ macro