Searched refs:pcBytes (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/hdmitx/ |
| H A D | halHDCPTx.c | 208 void Bytes2Word(MS_U8 const * pcBytes, MS_U32 * ruiWord) in Bytes2Word() argument 210 *ruiWord = ((MS_U32) pcBytes[3]) in Bytes2Word() 211 | (((MS_U32) pcBytes[2]) << 8) in Bytes2Word() 212 | (((MS_U32) pcBytes[1]) << 16) in Bytes2Word() 213 | (((MS_U32) pcBytes[0]) << 24); in Bytes2Word() 223 void Word2Bytes1(MS_U32 const * ruiWord, MS_U8* pcBytes) in Word2Bytes1() argument 225 pcBytes += 3; in Word2Bytes1() 226 *pcBytes = *ruiWord & 0xff; in Word2Bytes1() 227 *--pcBytes = (*ruiWord >> 8) & 0xff; in Word2Bytes1() 228 *--pcBytes = (*ruiWord >> 16) & 0xff; in Word2Bytes1() [all …]
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/hdmitx/ |
| H A D | halHDCPTx.c | 187 void Bytes2Word(MS_U8 const * pcBytes, MS_U32 * ruiWord) in Bytes2Word() argument 189 *ruiWord = ((MS_U32) pcBytes[3]) in Bytes2Word() 190 | (((MS_U32) pcBytes[2]) << 8) in Bytes2Word() 191 | (((MS_U32) pcBytes[1]) << 16) in Bytes2Word() 192 | (((MS_U32) pcBytes[0]) << 24); in Bytes2Word() 202 void Word2Bytes1(MS_U32 const * ruiWord, MS_U8* pcBytes) in Word2Bytes1() argument 204 pcBytes += 3; in Word2Bytes1() 205 *pcBytes = *ruiWord & 0xff; in Word2Bytes1() 206 *--pcBytes = (*ruiWord >> 8) & 0xff; in Word2Bytes1() 207 *--pcBytes = (*ruiWord >> 16) & 0xff; in Word2Bytes1() [all …]
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/hdmitx/ |
| H A D | halHDCPTx.c | 208 void Bytes2Word(MS_U8 const * pcBytes, MS_U32 * ruiWord) in Bytes2Word() argument 210 *ruiWord = ((MS_U32) pcBytes[3]) in Bytes2Word() 211 | (((MS_U32) pcBytes[2]) << 8) in Bytes2Word() 212 | (((MS_U32) pcBytes[1]) << 16) in Bytes2Word() 213 | (((MS_U32) pcBytes[0]) << 24); in Bytes2Word() 223 void Word2Bytes1(MS_U32 const * ruiWord, MS_U8* pcBytes) in Word2Bytes1() argument 225 pcBytes += 3; in Word2Bytes1() 226 *pcBytes = *ruiWord & 0xff; in Word2Bytes1() 227 *--pcBytes = (*ruiWord >> 8) & 0xff; in Word2Bytes1() 228 *--pcBytes = (*ruiWord >> 16) & 0xff; in Word2Bytes1() [all …]
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/hdmitx/ |
| H A D | halHDCPTx.c | 208 void Bytes2Word(MS_U8 const * pcBytes, MS_U32 * ruiWord) in Bytes2Word() argument 210 *ruiWord = ((MS_U32) pcBytes[3]) in Bytes2Word() 211 | (((MS_U32) pcBytes[2]) << 8) in Bytes2Word() 212 | (((MS_U32) pcBytes[1]) << 16) in Bytes2Word() 213 | (((MS_U32) pcBytes[0]) << 24); in Bytes2Word() 223 void Word2Bytes1(MS_U32 const * ruiWord, MS_U8* pcBytes) in Word2Bytes1() argument 225 pcBytes += 3; in Word2Bytes1() 226 *pcBytes = *ruiWord & 0xff; in Word2Bytes1() 227 *--pcBytes = (*ruiWord >> 8) & 0xff; in Word2Bytes1() 228 *--pcBytes = (*ruiWord >> 16) & 0xff; in Word2Bytes1() [all …]
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/hdmitx/ |
| H A D | halHDCPTx.c | 208 void Bytes2Word(MS_U8 const * pcBytes, MS_U32 * ruiWord) in Bytes2Word() argument 210 *ruiWord = ((MS_U32) pcBytes[3]) in Bytes2Word() 211 | (((MS_U32) pcBytes[2]) << 8) in Bytes2Word() 212 | (((MS_U32) pcBytes[1]) << 16) in Bytes2Word() 213 | (((MS_U32) pcBytes[0]) << 24); in Bytes2Word() 223 void Word2Bytes1(MS_U32 const * ruiWord, MS_U8* pcBytes) in Word2Bytes1() argument 225 pcBytes += 3; in Word2Bytes1() 226 *pcBytes = *ruiWord & 0xff; in Word2Bytes1() 227 *--pcBytes = (*ruiWord >> 8) & 0xff; in Word2Bytes1() 228 *--pcBytes = (*ruiWord >> 16) & 0xff; in Word2Bytes1() [all …]
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/hdmitx/ |
| H A D | halHDCPTx.c | 208 void Bytes2Word(MS_U8 const * pcBytes, MS_U32 * ruiWord) in Bytes2Word() argument 210 *ruiWord = ((MS_U32) pcBytes[3]) in Bytes2Word() 211 | (((MS_U32) pcBytes[2]) << 8) in Bytes2Word() 212 | (((MS_U32) pcBytes[1]) << 16) in Bytes2Word() 213 | (((MS_U32) pcBytes[0]) << 24); in Bytes2Word() 223 void Word2Bytes1(MS_U32 const * ruiWord, MS_U8* pcBytes) in Word2Bytes1() argument 225 pcBytes += 3; in Word2Bytes1() 226 *pcBytes = *ruiWord & 0xff; in Word2Bytes1() 227 *--pcBytes = (*ruiWord >> 8) & 0xff; in Word2Bytes1() 228 *--pcBytes = (*ruiWord >> 16) & 0xff; in Word2Bytes1() [all …]
|