brintos

brintos / linux-shallow public Read only

0
0
Text · 426 B · 6513a44 Raw
22 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _MULTIFACE_H_3#define _MULTIFACE_H_4 5/*6 * Defines for SerialMaster, Multiface Card II and Multiface Card III7 * The addresses given below are offsets to the board base address8 * 9 * 6.11.95 Joerg Dorchain (dorchain@mpi-sb.mpg.de)10 *11 */12 13#define PIA_REG_PADWIDTH 25514 15#define DUARTBASE 0x000016#define PITBASE   0x010017#define ROMBASE   0x020018#define PIABASE   0x400019 20#endif21 22