|
@@ -148,7 +148,6 @@ struct stedma40_chan_cfg {
|
|
* @memcpy_len: length of memcpy
|
|
* @memcpy_len: length of memcpy
|
|
* @memcpy_conf_phy: default configuration of physical channel memcpy
|
|
* @memcpy_conf_phy: default configuration of physical channel memcpy
|
|
* @memcpy_conf_log: default configuration of logical channel memcpy
|
|
* @memcpy_conf_log: default configuration of logical channel memcpy
|
|
- * @llis_per_log: number of max linked list items per logical channel
|
|
|
|
* @disabled_channels: A vector, ending with -1, that marks physical channels
|
|
* @disabled_channels: A vector, ending with -1, that marks physical channels
|
|
* that are for different reasons not available for the driver.
|
|
* that are for different reasons not available for the driver.
|
|
*/
|
|
*/
|
|
@@ -160,7 +159,6 @@ struct stedma40_platform_data {
|
|
u32 memcpy_len;
|
|
u32 memcpy_len;
|
|
struct stedma40_chan_cfg *memcpy_conf_phy;
|
|
struct stedma40_chan_cfg *memcpy_conf_phy;
|
|
struct stedma40_chan_cfg *memcpy_conf_log;
|
|
struct stedma40_chan_cfg *memcpy_conf_log;
|
|
- unsigned int llis_per_log;
|
|
|
|
int disabled_channels[STEDMA40_MAX_PHYS];
|
|
int disabled_channels[STEDMA40_MAX_PHYS];
|
|
};
|
|
};
|
|
|
|
|