Searched refs:feq (Results 1 – 2 of 2) sorted by relevance
232 uint32_t AiaoCrgCfg0256Fs(enum I2sSampleRate sampleRate, uint32_t feq) in AiaoCrgCfg0256Fs() argument234 if ((sampleRate == I2S_SAMPLE_RATE_48K) && (feq == I2S_AIAO_PLL_FEQ)) { in AiaoCrgCfg0256Fs()236 } else if ((sampleRate == I2S_SAMPLE_RATE_44_1K) && (feq == I2S_AIAO_PLL_FEQ)) { in AiaoCrgCfg0256Fs()238 } else if ((sampleRate == I2S_SAMPLE_RATE_32K) && (feq == I2S_AIAO_PLL_FEQ)) { in AiaoCrgCfg0256Fs()245 uint32_t AiaoCrgCfg0320Fs(enum I2sSampleRate sampleRate, uint32_t feq) in AiaoCrgCfg0320Fs() argument247 if ((sampleRate == I2S_SAMPLE_RATE_48K) && (feq == I2S_AIAO_PLL_FEQ)) { in AiaoCrgCfg0320Fs()249 } else if ((sampleRate == I2S_SAMPLE_RATE_44_1K) && (feq == I2S_AIAO_PLL_FEQ)) { in AiaoCrgCfg0320Fs()251 } else if ((sampleRate == I2S_SAMPLE_RATE_32K) && (feq == I2S_AIAO_PLL_FEQ)) { in AiaoCrgCfg0320Fs()261 uint32_t feq = AiaogetPllFre(); in CfgSetI2sCrgCfg000() local266 …_LOG_DBG("%s:i2slFsSel[0x%d], sampleRate[0x%d], feq [0x%d]", __func__, i2slFsSel, sampleRate, feq); in CfgSetI2sCrgCfg000()[all …]