Searched defs:sh_dmae_pdata (Results 1 – 1 of 1) sorted by relevance
54 struct sh_dmae_pdata { struct55 const struct sh_dmae_slave_config *slave;56 int slave_num;57 const struct sh_dmae_channel *channel;58 int channel_num;59 unsigned int ts_low_shift;60 unsigned int ts_low_mask;61 unsigned int ts_high_shift;62 unsigned int ts_high_mask;63 const unsigned int *ts_shift;[all …]