mirror of https://gitee.com/openkylin/linux.git
serial: sh-sci: Document remaining FIFO Control Register bits
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c097abc33f
commit
31f90796c6
|
@ -65,9 +65,9 @@ enum {
|
|||
#define SCIF_DEFAULT_ERROR_MASK (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK)
|
||||
|
||||
/* SCFCR (FIFO Control Register) */
|
||||
#define SCFCR_MCE 0x0008
|
||||
#define SCFCR_TFRST 0x0004
|
||||
#define SCFCR_RFRST 0x0002
|
||||
#define SCFCR_MCE 0x0008 /* Modem Control Enable */
|
||||
#define SCFCR_TFRST 0x0004 /* Transmit FIFO Data Register Reset */
|
||||
#define SCFCR_RFRST 0x0002 /* Receive FIFO Data Register Reset */
|
||||
#define SCFCR_LOOP (1 << 0) /* Loopback Test */
|
||||
|
||||
/* SCSPTR (Serial Port Register), optional */
|
||||
|
|
Loading…
Reference in New Issue