Commit a4cee437 authored by Federico Vaga's avatar Federico Vaga

sw:drv:dma: remove confusing comments

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent a7f639b7
...@@ -166,14 +166,14 @@ enum gn412x_dma_state { ...@@ -166,14 +166,14 @@ enum gn412x_dma_state {
* within the DMA pool * within the DMA pool
*/ */
struct gn412x_dma_tx_hw { struct gn412x_dma_tx_hw {
uint32_t start_addr; /* 0x00 */ uint32_t start_addr;
uint32_t dma_addr_l; /* 0x04 */ uint32_t dma_addr_l;
uint32_t dma_addr_h; /* 0x08 */ uint32_t dma_addr_h;
uint32_t dma_len; /* 0x0C */ uint32_t dma_len;
uint32_t next_addr_l; /* 0x10 */ uint32_t next_addr_l;
uint32_t next_addr_h; /* 0x14 */ uint32_t next_addr_h;
uint32_t attribute; /* 0x18 */ uint32_t attribute;
uint32_t reserved; /* ouch */ uint32_t reserved; /* alignement */
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment