Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _MULTIFACE_H_
0003 #define _MULTIFACE_H_
0004 
0005 /*
0006  * Defines for SerialMaster, Multiface Card II and Multiface Card III
0007  * The addresses given below are offsets to the board base address
0008  * 
0009  * 6.11.95 Joerg Dorchain (dorchain@mpi-sb.mpg.de)
0010  *
0011  */
0012 
0013 #define PIA_REG_PADWIDTH 255
0014 
0015 #define DUARTBASE 0x0000
0016 #define PITBASE   0x0100
0017 #define ROMBASE   0x0200
0018 #define PIABASE   0x4000
0019 
0020 #endif
0021