MMUBASE            25 arch/m68k/include/asm/mcfmmu.h #define	MMUCR		(MMUBASE + 0x00)	/* Control register */
MMUBASE            26 arch/m68k/include/asm/mcfmmu.h #define	MMUOR		(MMUBASE + 0x04)	/* Operation register */
MMUBASE            27 arch/m68k/include/asm/mcfmmu.h #define	MMUSR		(MMUBASE + 0x08)	/* Status register */
MMUBASE            28 arch/m68k/include/asm/mcfmmu.h #define	MMUAR		(MMUBASE + 0x10)	/* TLB Address register */
MMUBASE            29 arch/m68k/include/asm/mcfmmu.h #define	MMUTR		(MMUBASE + 0x14)	/* TLB Tag register */
MMUBASE            30 arch/m68k/include/asm/mcfmmu.h #define	MMUDR		(MMUBASE + 0x18)	/* TLB Data register */