HomeSort by: relevance | last modified time | path
    Searched defs:mtspr32 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/include/
spr.h 85 mtspr32(const int reg, uint32_t val) function
106 mtspr32(reg, val); \
115 #define mtspr(r,v) mtspr32(r,v)
spr.h 85 mtspr32(const int reg, uint32_t val) function
106 mtspr32(reg, val); \
115 #define mtspr(r,v) mtspr32(r,v)

Completed in 46 milliseconds