Searched defs:alt_sgdma_descriptor (Results 1 – 1 of 1) sorted by relevance
60 struct alt_sgdma_descriptor { struct61 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;[all …]