Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fsl_dma_list_descriptor Struct Reference

#include <fsl_dma.h>

Data Fields

__be64 next
 
__be64 first_link
 
__be32 source
 
__be32 dest
 
u8 res [8]
 

Detailed Description

List Descriptor for extended chaining mode DMA operations.

The CLSDAR register points to the first (in a linked-list) List Descriptor. Each object must be aligned on a 32-byte boundary. Each list descriptor points to a linked-list of link Descriptors.

Definition at line 105 of file fsl_dma.h.

Field Documentation

__be32 dest

Definition at line 109 of file fsl_dma.h.

__be64 first_link

Definition at line 107 of file fsl_dma.h.

__be64 next

Definition at line 106 of file fsl_dma.h.

u8 res[8]

Definition at line 110 of file fsl_dma.h.

__be32 source

Definition at line 108 of file fsl_dma.h.


The documentation for this struct was generated from the following file: