Lines Matching refs:slot
189 unsigned int slot; in bf5xx_i2s_set_channel_map() local
197 slot = tx_slot[i]; in bf5xx_i2s_set_channel_map()
198 if ((slot < BFIN_TDM_DAI_MAX_SLOTS) && in bf5xx_i2s_set_channel_map()
199 (!(tx_mapped & (1 << slot)))) { in bf5xx_i2s_set_channel_map()
200 bf5xx_i2s->tx_dma_data.map[i] = slot; in bf5xx_i2s_set_channel_map()
201 tx_mapped |= 1 << slot; in bf5xx_i2s_set_channel_map()
206 slot = rx_slot[i]; in bf5xx_i2s_set_channel_map()
207 if ((slot < BFIN_TDM_DAI_MAX_SLOTS) && in bf5xx_i2s_set_channel_map()
208 (!(rx_mapped & (1 << slot)))) { in bf5xx_i2s_set_channel_map()
209 bf5xx_i2s->rx_dma_data.map[i] = slot; in bf5xx_i2s_set_channel_map()
210 rx_mapped |= 1 << slot; in bf5xx_i2s_set_channel_map()