.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "Z8530_FLUSH_FIFO" "" "06 October 2005" "" ""
.SH NAME
z8530_flush_fifo \- Flush on chip RX FIFO
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void z8530_flush_fifo (struct z8530_channel * \fIc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
Channel to flush
.SH "DESCRIPTION"
.PP
Flush the receive FIFO. There is no specific option for this, we
blindly read bytes and discard them. Reading when there is no data
is harmless. The 8530 has a 4 byte FIFO, the 85230 has 8 bytes.
.PP
All locking is handled for the caller. On return data may still be
present if it arrived during the flush.