Lines Matching refs:is_tx
196 bool is_tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in mca_fe_early_trigger() local
197 int serdes_unit = is_tx ? CLUSTER_TX_OFF : CLUSTER_RX_OFF; in mca_fe_early_trigger()
199 serdes_unit + (is_tx ? REG_TX_SERDES_CONF : REG_RX_SERDES_CONF); in mca_fe_early_trigger()
233 bool is_tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in mca_fe_trigger() local
234 int serdes_unit = is_tx ? CLUSTER_TX_OFF : CLUSTER_RX_OFF; in mca_fe_trigger()
395 int slot_width, bool is_tx, int port) in mca_configure_serdes() argument
422 if (is_tx) { in mca_configure_serdes()
437 (is_tx ? REG_TX_SERDES_CONF : REG_RX_SERDES_CONF), in mca_configure_serdes()
440 if (is_tx) { in mca_configure_serdes()
573 bool is_tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in mca_fe_hw_params() local
591 tdm_mask = is_tx ? cl->tdm_tx_mask : cl->tdm_rx_mask; in mca_fe_hw_params()
631 ret = mca_configure_serdes(cl, is_tx ? CLUSTER_TX_OFF : CLUSTER_RX_OFF, in mca_fe_hw_params()
633 tdm_slot_width, is_tx, port); in mca_fe_hw_params()
652 if (is_tx) in mca_fe_hw_params()
898 bool is_tx = (stream == SNDRV_PCM_STREAM_PLAYBACK); in mca_request_dma_channel() local
901 is_tx ? "tx%da" : "rx%da", cl->no); in mca_request_dma_channel()
904 is_tx ? "tx%da" : "rx%db", cl->no); in mca_request_dma_channel()