Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/hdmitx/
H A DhalHDMIUtilTx.c365 MS_U8 ucMask = 0x80; in i2c_ReceiveByte() local
373 while (ucMask) in i2c_ReceiveByte()
381 ucReceive |= ucMask; in i2c_ReceiveByte()
384 ucMask >>= 1; // next in i2c_ReceiveByte()
413 MS_U8 ucMask = 0x80; in i2c_SendByte() local
421 while (ucMask) in i2c_SendByte()
423 if (uc_val & ucMask) in i2c_SendByte()
433 ucMask >>= 1; // next in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/hdmitx/
H A DhalHDMIUtilTx.c365 MS_U8 ucMask = 0x80; in i2c_ReceiveByte() local
373 while (ucMask) in i2c_ReceiveByte()
381 ucReceive |= ucMask; in i2c_ReceiveByte()
384 ucMask >>= 1; // next in i2c_ReceiveByte()
413 MS_U8 ucMask = 0x80; in i2c_SendByte() local
421 while (ucMask) in i2c_SendByte()
423 if (uc_val & ucMask) in i2c_SendByte()
433 ucMask >>= 1; // next in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/hdmitx/
H A DhalHDMIUtilTx.c365 MS_U8 ucMask = 0x80; in i2c_ReceiveByte() local
373 while (ucMask) in i2c_ReceiveByte()
381 ucReceive |= ucMask; in i2c_ReceiveByte()
384 ucMask >>= 1; // next in i2c_ReceiveByte()
413 MS_U8 ucMask = 0x80; in i2c_SendByte() local
421 while (ucMask) in i2c_SendByte()
423 if (uc_val & ucMask) in i2c_SendByte()
433 ucMask >>= 1; // next in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/hdmitx/
H A DhalHDMIUtilTx.c365 MS_U8 ucMask = 0x80; in i2c_ReceiveByte() local
373 while (ucMask) in i2c_ReceiveByte()
381 ucReceive |= ucMask; in i2c_ReceiveByte()
384 ucMask >>= 1; // next in i2c_ReceiveByte()
413 MS_U8 ucMask = 0x80; in i2c_SendByte() local
421 while (ucMask) in i2c_SendByte()
423 if (uc_val & ucMask) in i2c_SendByte()
433 ucMask >>= 1; // next in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/hdmitx/
H A DhalHDMIUtilTx.c365 MS_U8 ucMask = 0x80; in i2c_ReceiveByte() local
373 while (ucMask) in i2c_ReceiveByte()
381 ucReceive |= ucMask; in i2c_ReceiveByte()
384 ucMask >>= 1; // next in i2c_ReceiveByte()
413 MS_U8 ucMask = 0x80; in i2c_SendByte() local
421 while (ucMask) in i2c_SendByte()
423 if (uc_val & ucMask) in i2c_SendByte()
433 ucMask >>= 1; // next in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/hdmitx/
H A DhalHDMIUtilTx.c365 MS_U8 ucMask = 0x80; in i2c_ReceiveByte() local
373 while (ucMask) in i2c_ReceiveByte()
381 ucReceive |= ucMask; in i2c_ReceiveByte()
384 ucMask >>= 1; // next in i2c_ReceiveByte()
413 MS_U8 ucMask = 0x80; in i2c_SendByte() local
421 while (ucMask) in i2c_SendByte()
423 if (uc_val & ucMask) in i2c_SendByte()
433 ucMask >>= 1; // next in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/swi2c/api/swi2c/
H A DapiSWI2C.c476 MS_U8 ucMask = 0x80; in IIC_GetByte() local
480 while ( ucMask ) in IIC_GetByte()
488 ucReceive |= ucMask; in IIC_GetByte()
490 ucMask >>= 1; // next in IIC_GetByte()