C218_ConfBase      23 drivers/tty/moxa.h #define C218_status	(C218_ConfBase + 0)	/* BIOS running status    */
C218_ConfBase      24 drivers/tty/moxa.h #define C218_diag	(C218_ConfBase + 2)	/* diagnostic status      */
C218_ConfBase      25 drivers/tty/moxa.h #define C218_key	(C218_ConfBase + 4)	/* WORD (0x218 for C218) */
C218_ConfBase      26 drivers/tty/moxa.h #define C218DLoad_len	(C218_ConfBase + 6)	/* WORD           */
C218_ConfBase      27 drivers/tty/moxa.h #define C218check_sum	(C218_ConfBase + 8)	/* BYTE           */
C218_ConfBase      28 drivers/tty/moxa.h #define C218chksum_ok	(C218_ConfBase + 0x0a)	/* BYTE (1:ok)            */
C218_ConfBase      29 drivers/tty/moxa.h #define C218_TestRx	(C218_ConfBase + 0x10)	/* 8 bytes for 8 ports    */
C218_ConfBase      30 drivers/tty/moxa.h #define C218_TestTx	(C218_ConfBase + 0x18)	/* 8 bytes for 8 ports    */
C218_ConfBase      31 drivers/tty/moxa.h #define C218_RXerr	(C218_ConfBase + 0x20)	/* 8 bytes for 8 ports    */
C218_ConfBase      32 drivers/tty/moxa.h #define C218_ErrFlag	(C218_ConfBase + 0x28)	/* 8 bytes for 8 ports    */