.\" 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 "SSP_WRITE_WORD" "" "06 October 2005" "" ""
.SH NAME
ssp_write_word \- write a word to the SSP port
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ssp_write_word (u16 \fIdata\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdata\fB\fR
16-bit, MSB justified data to write.
.SH "DESCRIPTION"
.PP
Wait for a free entry in the SSP transmit FIFO, and write a data
word to the SSP port. Wait for the SSP port to start sending
the data.
.PP
The caller is expected to perform the necessary locking.
.SH "RETURNS"
.PP
-ETIMEDOUT timeout occurred (for future)
0 success