WAY                72 arch/openrisc/include/asm/spr_defs.h #define SPR_DTLBMR_BASE(WAY)	(SPRGROUP_DMMU + 0x200 + (WAY) * 0x100)
WAY                73 arch/openrisc/include/asm/spr_defs.h #define SPR_DTLBMR_LAST(WAY)	(SPRGROUP_DMMU + 0x27f + (WAY) * 0x100)
WAY                74 arch/openrisc/include/asm/spr_defs.h #define SPR_DTLBTR_BASE(WAY)	(SPRGROUP_DMMU + 0x280 + (WAY) * 0x100)
WAY                75 arch/openrisc/include/asm/spr_defs.h #define SPR_DTLBTR_LAST(WAY)	(SPRGROUP_DMMU + 0x2ff + (WAY) * 0x100)
WAY                80 arch/openrisc/include/asm/spr_defs.h #define SPR_ITLBMR_BASE(WAY)	(SPRGROUP_IMMU + 0x200 + (WAY) * 0x100)
WAY                81 arch/openrisc/include/asm/spr_defs.h #define SPR_ITLBMR_LAST(WAY)	(SPRGROUP_IMMU + 0x27f + (WAY) * 0x100)
WAY                82 arch/openrisc/include/asm/spr_defs.h #define SPR_ITLBTR_BASE(WAY)	(SPRGROUP_IMMU + 0x280 + (WAY) * 0x100)
WAY                83 arch/openrisc/include/asm/spr_defs.h #define SPR_ITLBTR_LAST(WAY)	(SPRGROUP_IMMU + 0x2ff + (WAY) * 0x100)
WAY                92 arch/openrisc/include/asm/spr_defs.h #define SPR_DCR_BASE(WAY)	(SPRGROUP_DC + 0x200 + (WAY) * 0x200)
WAY                93 arch/openrisc/include/asm/spr_defs.h #define SPR_DCR_LAST(WAY)	(SPRGROUP_DC + 0x3ff + (WAY) * 0x200)
WAY               100 arch/openrisc/include/asm/spr_defs.h #define SPR_ICR_BASE(WAY)	(SPRGROUP_IC + 0x200 + (WAY) * 0x200)
WAY               101 arch/openrisc/include/asm/spr_defs.h #define SPR_ICR_LAST(WAY)	(SPRGROUP_IC + 0x3ff + (WAY) * 0x200)