#include <mdma.h>
Definition at line 100 of file mdma.h.
Data Fields | |
| unsigned int | bswp:2 |
| Byte Swap. | |
| unsigned int | burst_size:2 |
| Transfert Burst Size. | |
| unsigned int | count:16 |
| Transfert Count. | |
| unsigned | int:6 |
| unsigned int | L:1 |
| Last Descriptor In Chain. | |
| unsigned int | size:2 |
| Transfert Size. | |
| unsigned int | tc_ienable:1 |
| Transfert Channel Interrupt Enable. | |
| unsigned int | V:1 |
| Descriptor Valid. | |
| unsigned int mdma_opt_t::bswp |
| unsigned int mdma_opt_t::burst_size |
Transfert 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 |
Transfert 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 |
Transfert 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 |
Transfert 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().
1.5.5