Searched refs:SPR_MAKE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/or1k/include/
H A Dspr.h38 #define SPR_MAKE(g,r) (__SHIFTIN((g), SPR_GROUP)|__SHIFTIN((r), SPR_REG)) macro
40 #define SPR_VR SPR_MAKE(0, 0)
41 #define SPR_UPR SPR_MAKE(0, 1)
42 #define SPR_CPUCFGR SPR_MAKE(0, 2)
43 #define SPR_DMMUCFGR SPR_MAKE(0, 3)
44 #define SPR_IMMUCFGR SPR_MAKE(0, 4)
45 #define SPR_DCCFGR SPR_MAKE(0, 5)
46 #define SPR_ICCFGR SPR_MAKE(0, 6)
47 #define SPR_DCFGR SPR_MAKE(0, 7)
48 #define SPR_PCCFGR SPR_MAKE(
[all...]

Completed in 70 milliseconds