Searched defs:sh_dmae_pdata (Results 1 – 1 of 1) sorted by relevance
71 struct sh_dmae_pdata { struct72 const struct sh_dmae_slave_config *slave;73 int slave_num;74 const struct sh_dmae_channel *channel;75 int channel_num;76 unsigned int ts_low_shift;77 unsigned int ts_low_mask;78 unsigned int ts_high_shift;79 unsigned int ts_high_mask;80 const unsigned int *ts_shift;[all …]