Searched refs:tx_mask (Results 1 – 2 of 2) sorted by relevance
28 uint32_t tx_mask; member31 .tx_mask = DT_INST_PROP(0, tx_mask),45 return ((ch < IPC_CONF_NUM) && (conf->tx_mask & BIT(ch))); in is_tx_channel_valid()153 if (conf->tx_mask >= BIT(IPC_CONF_NUM)) { in enable_dt_channels()165 if (conf->tx_mask & BIT(ch)) { in enable_dt_channels()
38 uint32_t tx_mask; member69 return ((ch < config->num_channels) && (config->tx_mask & BIT(ch))); in is_tx_channel_valid()312 .tx_mask = DT_INST_PROP(idx, tx_mask), \