Add CD1400_PAR_FIFO_SIZE.
This commit is contained in:
parent
12c0ef69ad
commit
9c1918e458
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: cd1400reg.h,v 1.3 1996/09/24 18:02:33 christos Exp $ */
|
/* $NetBSD: cd1400reg.h,v 1.4 1998/05/20 00:03:11 pk Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* cyclades cyclom-y serial driver
|
* cyclades cyclom-y serial driver
|
||||||
|
@ -39,6 +39,7 @@
|
||||||
#define CD1400_NO_OF_CHANNELS 4 /* 4 serial channels per chip */
|
#define CD1400_NO_OF_CHANNELS 4 /* 4 serial channels per chip */
|
||||||
#define CD1400_RX_FIFO_SIZE 12
|
#define CD1400_RX_FIFO_SIZE 12
|
||||||
#define CD1400_TX_FIFO_SIZE 12
|
#define CD1400_TX_FIFO_SIZE 12
|
||||||
|
#define CD1400_PAR_FIFO_SIZE 30
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Global registers.
|
* Global registers.
|
||||||
|
|
Loading…
Reference in New Issue