Lines Matching refs:spc
32 u8 spc, mmcc, spfs; member
939 u8 spc, mmcc; in cs42l73_set_dai_fmt() local
941 spc = snd_soc_component_read(component, CS42L73_SPC(id)); in cs42l73_set_dai_fmt()
962 spc &= ~CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt()
976 spc |= CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt()
982 if (spc & CS42L73_SPDIF_PCM) { in cs42l73_set_dai_fmt()
984 spc &= ~(CS42L73_PCM_MODE_MASK | CS42L73_PCM_BIT_ORDER); in cs42l73_set_dai_fmt()
988 spc |= CS42L73_PCM_MODE0; in cs42l73_set_dai_fmt()
990 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt()
994 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt()
1001 priv->config[id].spc = spc; in cs42l73_set_dai_fmt()
1070 priv->config[id].spc &= 0xFC; in cs42l73_pcm_hw_params()
1073 priv->config[id].spc |= CS42L73_MCK_SCLK_64FS; in cs42l73_pcm_hw_params()
1075 priv->config[id].spc |= CS42L73_MCK_SCLK_MCLK; in cs42l73_pcm_hw_params()
1078 priv->config[id].spc &= 0xFC; in cs42l73_pcm_hw_params()
1079 priv->config[id].spc |= CS42L73_MCK_SCLK_64FS; in cs42l73_pcm_hw_params()
1084 snd_soc_component_write(component, CS42L73_SPC(id), priv->config[id].spc); in cs42l73_pcm_hw_params()