1 #ifndef _MFP_H 2 #define _MFP_H 3 4 #define MFP_GPDR 0x01 5 #define MFP_AER 0x03 6 #define MFP_DDR 0x05 7 #define MFP_IERA 0x07 8 #define MFP_IERB 0x09 9 #define MFP_IPRA 0x0b 10 #define MFP_IPRB 0x0d 11 #define MFP_ISRA 0x0f 12 #define MFP_ISRB 0x11 13 #define MFP_IMRA 0x13 14 #define MFP_IMRB 0x15 15 #define MFP_VR 0x17 16 #define MFP_TACR 0x19 17 #define MFP_TBCR 0x1b 18 #define MFP_TCDCR 0x1d 19 #define MFP_TADR 0x1f 20 #define MFP_TBDR 0x21 21 #define MFP_TCDR 0x23 22 #define MFP_TDDR 0x25 23 //XXX 24 25 #endif /* _MFP_H */ 26