Lines Matching defs:alt_sgdma_descriptor
60 struct alt_sgdma_descriptor { struct
61 u32 source; /* the address of data to be read. */
62 u32 source_pad;
64 u32 destination; /* the address to write data */
65 u32 destination_pad;
67 u32 next; /* the next descriptor in the list. */
68 u32 next_pad;
70 u16 bytes_to_transfer; /* the number of bytes to transfer */
71 u8 read_burst;
72 u8 write_burst;
74 u16 actual_bytes_transferred;/* bytes transferred by DMA */
75 u8 descriptor_status;
76 u8 descriptor_control;