Lines Matching refs:rx
230 struct smd_channel_info rx; member
252 struct smd_channel_info_word rx; member
257 BUILD_BUG_ON(sizeof(channel->info->rx.param) != sizeof(u8)); \
259 le32_to_cpu(channel->info_word->rx.param) : \
260 channel->info->rx.param; \
265 BUILD_BUG_ON(sizeof(channel->info->rx.param) != sizeof(u32)); \
267 channel->info_word->rx.param : \
268 channel->info->rx.param); \
273 BUILD_BUG_ON(sizeof(channel->info->rx.param) != sizeof(u8)); \
275 channel->info_word->rx.param = cpu_to_le32(value); \
277 channel->info->rx.param = value; \
282 BUILD_BUG_ON(sizeof(channel->info->rx.param) != sizeof(u32)); \
284 channel->info_word->rx.param = cpu_to_le32(value); \
286 channel->info->rx.param = cpu_to_le32(value); \