partial support for 68901 MFP chip as interrupt controller, untested.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26633 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#ifndef _MFP_H
|
||||
#define _MFP_H
|
||||
|
||||
#define MFP_GPDR 0x01
|
||||
#define MFP_AER 0x03
|
||||
#define MFP_DDR 0x05
|
||||
#define MFP_IERA 0x07
|
||||
#define MFP_IERB 0x09
|
||||
#define MFP_IPRA 0x0b
|
||||
#define MFP_IPRB 0x0d
|
||||
#define MFP_ISRA 0x0f
|
||||
#define MFP_ISRB 0x11
|
||||
#define MFP_IMRA 0x13
|
||||
#define MFP_IMRB 0x15
|
||||
#define MFP_VR 0x17
|
||||
#define MFP_TACR 0x19
|
||||
#define MFP_TBCR 0x1b
|
||||
#define MFP_TCDCR 0x1d
|
||||
#define MFP_TADR 0x1f
|
||||
#define MFP_TBDR 0x21
|
||||
#define MFP_TCDR 0x23
|
||||
#define MFP_TDDR 0x25
|
||||
//XXX
|
||||
|
||||
#endif /* _MFP_H */
|
||||
Reference in New Issue
Block a user