18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _MULTIFACE_H_ 38c2ecf20Sopenharmony_ci#define _MULTIFACE_H_ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* 68c2ecf20Sopenharmony_ci * Defines for SerialMaster, Multiface Card II and Multiface Card III 78c2ecf20Sopenharmony_ci * The addresses given below are offsets to the board base address 88c2ecf20Sopenharmony_ci * 98c2ecf20Sopenharmony_ci * 6.11.95 Joerg Dorchain (dorchain@mpi-sb.mpg.de) 108c2ecf20Sopenharmony_ci * 118c2ecf20Sopenharmony_ci */ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#define PIA_REG_PADWIDTH 255 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#define DUARTBASE 0x0000 168c2ecf20Sopenharmony_ci#define PITBASE 0x0100 178c2ecf20Sopenharmony_ci#define ROMBASE 0x0200 188c2ecf20Sopenharmony_ci#define PIABASE 0x4000 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#endif 218c2ecf20Sopenharmony_ci 22