Lines Matching refs:tx
229 struct smd_channel_info tx; member
251 struct smd_channel_info_word tx; member
291 BUILD_BUG_ON(sizeof(channel->info->tx.param) != sizeof(u8)); \
293 le32_to_cpu(channel->info_word->tx.param) : \
294 channel->info->tx.param; \
299 BUILD_BUG_ON(sizeof(channel->info->tx.param) != sizeof(u32)); \
301 channel->info_word->tx.param : \
302 channel->info->tx.param); \
307 BUILD_BUG_ON(sizeof(channel->info->tx.param) != sizeof(u8)); \
309 channel->info_word->tx.param = cpu_to_le32(value); \
311 channel->info->tx.param = value; \
316 BUILD_BUG_ON(sizeof(channel->info->tx.param) != sizeof(u32)); \
318 channel->info_word->tx.param = cpu_to_le32(value); \
320 channel->info->tx.param = cpu_to_le32(value); \