Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hwi2c/drv/hwi2c/
H A DdrvHWI2C.c169 #define HWI2C_DBG_ERR(x, args...) do { if (_geDbgLv >= E_HWI2C_DBGLV_ERR_ONLY) \ macro
230 HWI2C_DBG_ERR("Port index is >= max supported ports %d !\n",HWI2C_PORTS); in _MDrv_HWI2C_GetPortRegOffset()
258 HWI2C_DBG_ERR("Port index is >= max supported ports %d !\n",HWI2C_PORTS); in _MDrv_HWI2C_ReadBytes()
264 HWI2C_DBG_ERR("Read bytes error!\n"); in _MDrv_HWI2C_ReadBytes()
271 HWI2C_DBG_ERR("Port index error!\n"); in _MDrv_HWI2C_ReadBytes()
381 HWI2C_DBG_ERR("Port index is >= max supported ports %d !\n",HWI2C_PORTS); in _MDrv_HWI2C_WriteBytes()
387 HWI2C_DBG_ERR("Write bytes error!\n"); in _MDrv_HWI2C_WriteBytes()
394 HWI2C_DBG_ERR("Port index error!\n"); in _MDrv_HWI2C_WriteBytes()
506 HWI2C_DBG_ERR("Port index is >= max supported ports %d !\n",HWI2C_PORTS); in _MDrv_HWI2C_SetClk()
512 HWI2C_DBG_ERR("Clock [%u] is not supported!\n",eClk); in _MDrv_HWI2C_SetClk()
[all …]