Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/hdmitx/
H A DhalHDMIUtilTx.c145 #define i2cSDA_PIN_STATUS ( (REG(HDMITX_MISC_REG_BASE, REG_MISC_CONFIG_01) & BIT4) >>… macro
264 while ((i2cSDA_PIN_STATUS == PIN_LOW) && (ucDummy--)) ; // check SDA pull high in i2cSetSDA_Chk()
282 bflag = (i2cSDA_PIN_STATUS == PIN_HIGH) ? TRUE : FALSE; in i2cSetSDA_Input()
310 if ((i2cSCL_PIN_STATUS == PIN_LOW) || (i2cSDA_PIN_STATUS == PIN_LOW)) in i2c_Start()
313 …art()::SCL or SDA could not pull low, SCL = %d, SDA= %d\n", i2cSCL_PIN_STATUS, i2cSDA_PIN_STATUS)); in i2c_Start()
380 if ( i2cSDA_PIN_STATUS == PIN_HIGH ) in i2c_ReceiveByte()
441 bAck = i2cSDA_PIN_STATUS; // recieve acknowlege in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/hdmitx/
H A DhalHDMIUtilTx.c145 #define i2cSDA_PIN_STATUS ( (REG(HDMITX_MISC_REG_BASE, REG_MISC_CONFIG_01) & BIT4) >>… macro
264 while ((i2cSDA_PIN_STATUS == PIN_LOW) && (ucDummy--)) ; // check SDA pull high in i2cSetSDA_Chk()
282 bflag = (i2cSDA_PIN_STATUS == PIN_HIGH) ? TRUE : FALSE; in i2cSetSDA_Input()
310 if ((i2cSCL_PIN_STATUS == PIN_LOW) || (i2cSDA_PIN_STATUS == PIN_LOW)) in i2c_Start()
313 …art()::SCL or SDA could not pull low, SCL = %d, SDA= %d\n", i2cSCL_PIN_STATUS, i2cSDA_PIN_STATUS)); in i2c_Start()
380 if ( i2cSDA_PIN_STATUS == PIN_HIGH ) in i2c_ReceiveByte()
441 bAck = i2cSDA_PIN_STATUS; // recieve acknowlege in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/hdmitx/
H A DhalHDMIUtilTx.c145 #define i2cSDA_PIN_STATUS ( (REG(HDMITX_MISC_REG_BASE, REG_MISC_CONFIG_01) & BIT4) >>… macro
264 while ((i2cSDA_PIN_STATUS == PIN_LOW) && (ucDummy--)) ; // check SDA pull high in i2cSetSDA_Chk()
282 bflag = (i2cSDA_PIN_STATUS == PIN_HIGH) ? TRUE : FALSE; in i2cSetSDA_Input()
310 if ((i2cSCL_PIN_STATUS == PIN_LOW) || (i2cSDA_PIN_STATUS == PIN_LOW)) in i2c_Start()
313 …art()::SCL or SDA could not pull low, SCL = %d, SDA= %d\n", i2cSCL_PIN_STATUS, i2cSDA_PIN_STATUS)); in i2c_Start()
380 if ( i2cSDA_PIN_STATUS == PIN_HIGH ) in i2c_ReceiveByte()
441 bAck = i2cSDA_PIN_STATUS; // recieve acknowlege in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/hdmitx/
H A DhalHDMIUtilTx.c145 #define i2cSDA_PIN_STATUS ( (REG(HDMITX_MISC_REG_BASE, REG_MISC_CONFIG_01) & BIT4) >>… macro
264 while ((i2cSDA_PIN_STATUS == PIN_LOW) && (ucDummy--)) ; // check SDA pull high in i2cSetSDA_Chk()
282 bflag = (i2cSDA_PIN_STATUS == PIN_HIGH) ? TRUE : FALSE; in i2cSetSDA_Input()
310 if ((i2cSCL_PIN_STATUS == PIN_LOW) || (i2cSDA_PIN_STATUS == PIN_LOW)) in i2c_Start()
313 …art()::SCL or SDA could not pull low, SCL = %d, SDA= %d\n", i2cSCL_PIN_STATUS, i2cSDA_PIN_STATUS)); in i2c_Start()
380 if ( i2cSDA_PIN_STATUS == PIN_HIGH ) in i2c_ReceiveByte()
441 bAck = i2cSDA_PIN_STATUS; // recieve acknowlege in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/hdmitx/
H A DhalHDMIUtilTx.c145 #define i2cSDA_PIN_STATUS ( (REG(HDMITX_MISC_REG_BASE, REG_MISC_CONFIG_01) & BIT4) >>… macro
264 while ((i2cSDA_PIN_STATUS == PIN_LOW) && (ucDummy--)) ; // check SDA pull high in i2cSetSDA_Chk()
282 bflag = (i2cSDA_PIN_STATUS == PIN_HIGH) ? TRUE : FALSE; in i2cSetSDA_Input()
310 if ((i2cSCL_PIN_STATUS == PIN_LOW) || (i2cSDA_PIN_STATUS == PIN_LOW)) in i2c_Start()
313 …art()::SCL or SDA could not pull low, SCL = %d, SDA= %d\n", i2cSCL_PIN_STATUS, i2cSDA_PIN_STATUS)); in i2c_Start()
380 if ( i2cSDA_PIN_STATUS == PIN_HIGH ) in i2c_ReceiveByte()
441 bAck = i2cSDA_PIN_STATUS; // recieve acknowlege in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/hdmitx/
H A DhalHDMIUtilTx.c145 #define i2cSDA_PIN_STATUS ( (REG(HDMITX_MISC_REG_BASE, REG_MISC_CONFIG_01) & BIT4) >>… macro
264 while ((i2cSDA_PIN_STATUS == PIN_LOW) && (ucDummy--)) ; // check SDA pull high in i2cSetSDA_Chk()
282 bflag = (i2cSDA_PIN_STATUS == PIN_HIGH) ? TRUE : FALSE; in i2cSetSDA_Input()
310 if ((i2cSCL_PIN_STATUS == PIN_LOW) || (i2cSDA_PIN_STATUS == PIN_LOW)) in i2c_Start()
313 …art()::SCL or SDA could not pull low, SCL = %d, SDA= %d\n", i2cSCL_PIN_STATUS, i2cSDA_PIN_STATUS)); in i2c_Start()
380 if ( i2cSDA_PIN_STATUS == PIN_HIGH ) in i2c_ReceiveByte()
441 bAck = i2cSDA_PIN_STATUS; // recieve acknowlege in i2c_SendByte()