Home
last modified time | relevance | path

Searched refs:I2S_PRINT_LOG_ERR (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/common/platform/i2s/
Di2s_hi35xx.c125 I2S_PRINT_LOG_ERR("%s: addr is NULL", __func__); in Hi35xxI2sRegWrite()
136 I2S_PRINT_LOG_ERR("%s: addr is NULL", __func__); in Hi35xxI2sRegRead()
148 I2S_PRINT_LOG_ERR("%s: cntlr priv or cfg is NULL", __func__); in Hi35xxI2sEnable()
157 I2S_PRINT_LOG_ERR("%s: cntlr priv or cfg is NULL", __func__); in Hi35xxI2sDisable()
163 I2S_PRINT_LOG_ERR("%s: Hi35xxI2sRegWrite i2sCfg->crg103Addr failed", __func__); in Hi35xxI2sDisable()
186 I2S_PRINT_LOG_ERR("%s: cntlr priv or cfg is NULL", __func__); in Hi35xxI2sGetCfg()
216 I2S_PRINT_LOG_ERR("%s: cntlr priv or cfg is NULL", __func__); in Hi35xxI2sSetCfg()
230 I2S_PRINT_LOG_ERR("%s: AudioCodecSetCfgI2slFsSel error", __func__); in Hi35xxI2sSetCfg()
239 I2S_PRINT_LOG_ERR("%s: Hi35xxSampleRateShift error", __func__); in Hi35xxI2sSetCfg()
243 I2S_PRINT_LOG_ERR("%s: Hi35xxSetCfgAiaoFsclkDiv set error", __func__); in Hi35xxI2sSetCfg()
[all …]
Di2s_codec_hi35xx.c26 I2S_PRINT_LOG_ERR("%s: AUDIO_ANA_CTRL_0[0x%x][0x%08x]", __func__, AUDIO_ANA_CTRL_0, value); in GetI2sCodecInfo()
65 I2S_PRINT_LOG_ERR("%s: unsupported sampleRate [%d]", __func__, sampleRate); in AudioCodecAdcModeSelShift()
85 I2S_PRINT_LOG_ERR("%s: unsupported width [%d]", __func__, width); in AudioCodecI2s1DataBits()
95 I2S_PRINT_LOG_ERR("%s: pI2slFsSel NULL", __func__); in AudioCodecSetCfgI2slFsSel()
117 I2S_PRINT_LOG_ERR("%s: error i2slFsSel [%d]", __func__, i2slFsSel); in AudioCodecSetCfgI2slFsSel()
129 I2S_PRINT_LOG_ERR("%s: pEI2slFsSel NULL", __func__); in AudioCodecGetCfgI2slFsSel()
151 I2S_PRINT_LOG_ERR("%s: error i2slFsSel [%d]", __func__, i2slFsSel); in AudioCodecGetCfgI2slFsSel()
163 I2S_PRINT_LOG_ERR("%s:i2sCfg null", __func__); in AudioCodecSetI2slFsSel()
197 I2S_PRINT_LOG_ERR("%s:i2sCfg null", __func__); in AudioCodecSetWidth()
211 I2S_PRINT_LOG_ERR("%s:i2sCfg null", __func__); in AudioCodecSetAiaoChl()
[all …]
Di2s_aiao_hi35xx.c105 I2S_PRINT_LOG_ERR("%s: error sampleRate [%d]", __func__, sampleRate); in Hi35xxSampleRateShift()
142 I2S_PRINT_LOG_ERR("%s: error fsNum [%d]", __func__, fsNum); in Hi35xxSetCfgAiaoFsclkDiv()
282 I2S_PRINT_LOG_ERR("%s: input NULL", __func__); in CfgSetI2sCrgCfg100()
372 I2S_PRINT_LOG_ERR("%s: input NULL", __func__); in CfgSetI2sCrgCfg108()
404 I2S_PRINT_LOG_ERR("%s: input NULL", __func__); in CfgSetTxIfSAttr1()
467 I2S_PRINT_LOG_ERR("%s: input NULL", __func__); in CfgSetRxBuffInfo()
681 I2S_PRINT_LOG_ERR("%s: WriteTxBuffData FAILED", __func__); in UpdateTxBuffData()
709 I2S_PRINT_LOG_ERR("%s: i2sCfg is null", __func__); in AiaoInit()
Di2s_hi35xx.h31 #define I2S_PRINT_LOG_ERR(fmt, arg...) printk("[HDF]-[I2S]:" fmt "\r\n", ##arg) macro
34 #define I2S_PRINT_LOG_ERR(fmt, arg...) HDF_LOGE_WRAPPER("[HDF]-[I2S]:" fmt "\r\n", ##arg)