#include <mdma.h>
Definition at line 100 of file mdma.h.
Data Fields | |
unsigned int | bswp:2 |
Byte Swap. | |
unsigned int | burst_size:2 |
Transfer Burst Size. | |
unsigned int | count:16 |
Transfer Count. | |
unsigned | int:6 |
unsigned int | L:1 |
Last Descriptor In Chain. | |
unsigned int | size:2 |
Transfer Size. | |
unsigned int | tc_ienable:1 |
Transfer Channel Interrupt Enable. | |
unsigned int | V:1 |
Descriptor Valid. |
unsigned int mdma_opt_t::bswp |
unsigned int mdma_opt_t::burst_size |
Transfer Burst Size.
Definition at line 119 of file mdma.h.
Referenced by mdma_init_buffer_descriptor(), and mdma_single_mode_xfert_init().
unsigned int mdma_opt_t::count |
Transfer Count.
Definition at line 125 of file mdma.h.
Referenced by mdma_init_buffer_descriptor(), and mdma_single_mode_xfert_init().
unsigned mdma_opt_t::int |
unsigned int mdma_opt_t::L |
Last Descriptor In Chain.
Definition at line 110 of file mdma.h.
Referenced by mdma_init_buffer_descriptor().
unsigned int mdma_opt_t::size |
Transfer Size.
Definition at line 122 of file mdma.h.
Referenced by mdma_init_buffer_descriptor(), and mdma_single_mode_xfert_init().
unsigned int mdma_opt_t::tc_ienable |
Transfer Channel Interrupt Enable.
Definition at line 116 of file mdma.h.
Referenced by mdma_init_buffer_descriptor(), and mdma_single_mode_xfert_init().
unsigned int mdma_opt_t::V |
Descriptor Valid.
Definition at line 113 of file mdma.h.
Referenced by mdma_init_buffer_descriptor().