Lines Matching refs:ucCommand
1259 MS_U8 ucCommand = BIT(7) |BIT(6) |((ucOpCode &BMASK(2:0)) << 2); in _mhal_mhl_GetEMSCOneByteCRC() local
1261 … ucAValue = GET_BIT(ucCommand &BIT(7)) +GET_BIT(ucCommand &BIT(5)) +GET_BIT(ucCommand &BIT(3)) +2; in _mhal_mhl_GetEMSCOneByteCRC()
1262 … ucBValue = GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BIT(4)) +GET_BIT(ucCommand &BIT(2)) +2; in _mhal_mhl_GetEMSCOneByteCRC()
1266 ucCommand |= BIT(1); in _mhal_mhl_GetEMSCOneByteCRC()
1271 ucCommand |= BIT(0); in _mhal_mhl_GetEMSCOneByteCRC()
1274 return ucCommand; in _mhal_mhl_GetEMSCOneByteCRC()
1292 …MS_U16 ucCommand = BIT(13) |(((MS_U16)ucOpCode &BMASK(1:0)) << 11) |(((MS_U16)ucValue &BMASK(7:0))… in _mhal_mhl_GetEMSCTwoByteCRC() local
1294 …lue = GET_BIT(ucCommand &BIT(15)) +GET_BIT(ucCommand &BIT(13)) +GET_BIT(ucCommand &BIT(12)) +GET_B… in _mhal_mhl_GetEMSCTwoByteCRC()
1295 …ucAValue = ucAValue +GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BIT(5)) +GET_BIT(ucCommand &BI… in _mhal_mhl_GetEMSCTwoByteCRC()
1296 …lue = GET_BIT(ucCommand &BIT(15)) +GET_BIT(ucCommand &BIT(14)) +GET_BIT(ucCommand &BIT(13)) +GET_B… in _mhal_mhl_GetEMSCTwoByteCRC()
1297 …ucBValue = ucBValue +GET_BIT(ucCommand &BIT(7)) +GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BI… in _mhal_mhl_GetEMSCTwoByteCRC()
1298 …lue = GET_BIT(ucCommand &BIT(14)) +GET_BIT(ucCommand &BIT(13)) +GET_BIT(ucCommand &BIT(12)) +GET_B… in _mhal_mhl_GetEMSCTwoByteCRC()
1299 ucCValue = ucCValue +GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BIT(5)) +2; in _mhal_mhl_GetEMSCTwoByteCRC()
1303 ucCommand |= BIT(2); in _mhal_mhl_GetEMSCTwoByteCRC()
1308 ucCommand |= BIT(1); in _mhal_mhl_GetEMSCTwoByteCRC()
1313 ucCommand |= BIT(0); in _mhal_mhl_GetEMSCTwoByteCRC()
1316 return (ucCommand &BMASK(7:0)); in _mhal_mhl_GetEMSCTwoByteCRC()