Lines Matching refs:ucCommand
1243 MS_U8 ucCommand = BIT(7) |BIT(6) |((ucOpCode &BMASK(2:0)) << 2); in _mhal_mhl_GetEMSCOneByteCRC() local
1245 … ucAValue = GET_BIT(ucCommand &BIT(7)) +GET_BIT(ucCommand &BIT(5)) +GET_BIT(ucCommand &BIT(3)) +2; in _mhal_mhl_GetEMSCOneByteCRC()
1246 … ucBValue = GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BIT(4)) +GET_BIT(ucCommand &BIT(2)) +2; in _mhal_mhl_GetEMSCOneByteCRC()
1250 ucCommand |= BIT(1); in _mhal_mhl_GetEMSCOneByteCRC()
1255 ucCommand |= BIT(0); in _mhal_mhl_GetEMSCOneByteCRC()
1258 return ucCommand; in _mhal_mhl_GetEMSCOneByteCRC()
1276 …MS_U16 ucCommand = BIT(13) |(((MS_U16)ucOpCode &BMASK(1:0)) << 11) |(((MS_U16)ucValue &BMASK(7:0))… in _mhal_mhl_GetEMSCTwoByteCRC() local
1278 …lue = GET_BIT(ucCommand &BIT(15)) +GET_BIT(ucCommand &BIT(13)) +GET_BIT(ucCommand &BIT(12)) +GET_B… in _mhal_mhl_GetEMSCTwoByteCRC()
1279 …ucAValue = ucAValue +GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BIT(5)) +GET_BIT(ucCommand &BI… in _mhal_mhl_GetEMSCTwoByteCRC()
1280 …lue = GET_BIT(ucCommand &BIT(15)) +GET_BIT(ucCommand &BIT(14)) +GET_BIT(ucCommand &BIT(13)) +GET_B… in _mhal_mhl_GetEMSCTwoByteCRC()
1281 …ucBValue = ucBValue +GET_BIT(ucCommand &BIT(7)) +GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BI… in _mhal_mhl_GetEMSCTwoByteCRC()
1282 …lue = GET_BIT(ucCommand &BIT(14)) +GET_BIT(ucCommand &BIT(13)) +GET_BIT(ucCommand &BIT(12)) +GET_B… in _mhal_mhl_GetEMSCTwoByteCRC()
1283 ucCValue = ucCValue +GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BIT(5)) +2; in _mhal_mhl_GetEMSCTwoByteCRC()
1287 ucCommand |= BIT(2); in _mhal_mhl_GetEMSCTwoByteCRC()
1292 ucCommand |= BIT(1); in _mhal_mhl_GetEMSCTwoByteCRC()
1297 ucCommand |= BIT(0); in _mhal_mhl_GetEMSCTwoByteCRC()
1300 return (ucCommand &BMASK(7:0)); in _mhal_mhl_GetEMSCTwoByteCRC()