.\" 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 "SA1100_RESET_DMA" "9" "09 October 2005" "" ""
.SH NAME
sa1100_reset_dma \- reset a DMA channel
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void sa1100_reset_dma (dma_regs_t * \fIregs\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIregs\fB\fR
identifier for the channel to use
.SH "DESCRIPTION"
.PP
This function resets and reconfigure the given DMA channel. This is
particularly useful after a sleep/wakeup event.
.PP
The \fIregs\fR identifier is provided by a successful call to
\fBsa1100_request_dma\fR\&.