Lines Matching refs:spc
36 u8 spc, mmcc, spfs; member
949 u8 spc, mmcc; in cs42l73_set_dai_fmt() local
951 spc = snd_soc_read(codec, CS42L73_SPC(id)); in cs42l73_set_dai_fmt()
972 spc &= ~CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt()
986 spc |= CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt()
992 if (spc & CS42L73_SPDIF_PCM) { in cs42l73_set_dai_fmt()
994 spc &= ~(CS42L73_PCM_MODE_MASK | CS42L73_PCM_BIT_ORDER); in cs42l73_set_dai_fmt()
998 spc |= CS42L73_PCM_MODE0; in cs42l73_set_dai_fmt()
1000 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt()
1004 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt()
1011 priv->config[id].spc = spc; in cs42l73_set_dai_fmt()
1080 priv->config[id].spc &= 0xFC; in cs42l73_pcm_hw_params()
1083 priv->config[id].spc |= CS42L73_MCK_SCLK_64FS; in cs42l73_pcm_hw_params()
1085 priv->config[id].spc |= CS42L73_MCK_SCLK_MCLK; in cs42l73_pcm_hw_params()
1088 priv->config[id].spc &= 0xFC; in cs42l73_pcm_hw_params()
1089 priv->config[id].spc |= CS42L73_MCK_SCLK_64FS; in cs42l73_pcm_hw_params()
1094 snd_soc_write(codec, CS42L73_SPC(id), priv->config[id].spc); in cs42l73_pcm_hw_params()