diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/amba/pl08x.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/amba/pl08x.h b/include/linux/amba/pl08x.h index 29d974562df9..8e74cb1845dd 100644 --- a/include/linux/amba/pl08x.h +++ b/include/linux/amba/pl08x.h | |||
@@ -58,7 +58,6 @@ struct pl08x_channel_data { | |||
58 | int max_signal; | 58 | int max_signal; |
59 | u32 muxval; | 59 | u32 muxval; |
60 | u32 cctl; | 60 | u32 cctl; |
61 | u32 ccfg; | ||
62 | dma_addr_t addr; | 61 | dma_addr_t addr; |
63 | bool circular_buffer; | 62 | bool circular_buffer; |
64 | bool single; | 63 | bool single; |
@@ -113,6 +112,11 @@ struct pl08x_txd { | |||
113 | void *llis_va; | 112 | void *llis_va; |
114 | struct pl08x_channel_data *cd; | 113 | struct pl08x_channel_data *cd; |
115 | bool active; | 114 | bool active; |
115 | /* | ||
116 | * Settings to be put into the physical channel when we | ||
117 | * trigger this txd. Other registers are in llis_va[0]. | ||
118 | */ | ||
119 | u32 ccfg; | ||
116 | }; | 120 | }; |
117 | 121 | ||
118 | /** | 122 | /** |