Lines Matching full:spc
33 u8 spc, mmcc, spfs; member
940 u8 spc, mmcc; in cs42l73_set_dai_fmt() local
942 spc = snd_soc_component_read(component, CS42L73_SPC(id)); in cs42l73_set_dai_fmt()
963 spc &= ~CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt()
977 spc |= CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt()
983 if (spc & CS42L73_SPDIF_PCM) { in cs42l73_set_dai_fmt()
985 spc &= ~(CS42L73_PCM_MODE_MASK | CS42L73_PCM_BIT_ORDER); in cs42l73_set_dai_fmt()
989 spc |= CS42L73_PCM_MODE0; in cs42l73_set_dai_fmt()
991 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt()
995 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt()
1002 priv->config[id].spc = spc; in cs42l73_set_dai_fmt()
1071 priv->config[id].spc &= 0xFC; in cs42l73_pcm_hw_params()
1074 priv->config[id].spc |= CS42L73_MCK_SCLK_64FS; in cs42l73_pcm_hw_params()
1076 priv->config[id].spc |= CS42L73_MCK_SCLK_MCLK; in cs42l73_pcm_hw_params()
1079 priv->config[id].spc &= 0xFC; in cs42l73_pcm_hw_params()
1080 priv->config[id].spc |= CS42L73_MCK_SCLK_64FS; in cs42l73_pcm_hw_params()
1085 snd_soc_component_write(component, CS42L73_SPC(id), priv->config[id].spc); in cs42l73_pcm_hw_params()