Lines Matching refs:ucBValue
936 MS_U8 ucBValue = 0; in _mhal_mhl_GetEMSCOneByteCRC() local
940 … ucBValue = GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BIT(4)) +GET_BIT(ucCommand &BIT(2)) +2; in _mhal_mhl_GetEMSCOneByteCRC()
947 if(ucBValue &BIT(0)) in _mhal_mhl_GetEMSCOneByteCRC()
968 MS_U8 ucBValue = 0; in _mhal_mhl_GetEMSCTwoByteCRC() local
974 …ucBValue = GET_BIT(ucCommand &BIT(15)) +GET_BIT(ucCommand &BIT(14)) +GET_BIT(ucCommand &BIT(13)) +… in _mhal_mhl_GetEMSCTwoByteCRC()
975 …ucBValue = ucBValue +GET_BIT(ucCommand &BIT(7)) +GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BI… in _mhal_mhl_GetEMSCTwoByteCRC()
984 if(ucBValue &BIT(0)) in _mhal_mhl_GetEMSCTwoByteCRC()
1010 MS_U8 ucBValue = 0; in _mhal_mhl_GetEMSCPayloadCRC() local
1029 …ucBValue = GET_BIT(ucOpCode &BIT(6)) +GET_BIT(ucOpCode &BIT(5)) +GET_BIT(ucOpCode &BIT(4)) +GET_BI… in _mhal_mhl_GetEMSCPayloadCRC()
1030 …ucBValue = ucBValue +GET_BIT(usCRCValus &BIT(0)) +GET_BIT(usCRCValus &BIT(1)) +GET_BIT(usCRCValus … in _mhal_mhl_GetEMSCPayloadCRC()
1038 if(ucBValue &BIT(0)) in _mhal_mhl_GetEMSCPayloadCRC()