Home
last modified time | relevance | path

Searched defs:mtspr (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/arch/powerpc/boot/
Dreg.h25 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : : "r" (v)) macro
/linux-3.3/arch/openrisc/include/asm/
Dspr.h20 #define mtspr(_spr, _val) __asm__ __volatile__ ( \ macro
/linux-3.3/arch/powerpc/include/asm/
Dreg.h1035 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : \ macro