Lines Matching refs:ucCommand

937     MS_U8 ucCommand = BIT(7) |BIT(6) |((ucOpCode &BMASK(2:0)) << 2);  in _mhal_mhl_GetEMSCOneByteCRC()  local
939 … ucAValue = GET_BIT(ucCommand &BIT(7)) +GET_BIT(ucCommand &BIT(5)) +GET_BIT(ucCommand &BIT(3)) +2; in _mhal_mhl_GetEMSCOneByteCRC()
940 … ucBValue = GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BIT(4)) +GET_BIT(ucCommand &BIT(2)) +2; in _mhal_mhl_GetEMSCOneByteCRC()
944 ucCommand |= BIT(1); in _mhal_mhl_GetEMSCOneByteCRC()
949 ucCommand |= BIT(0); in _mhal_mhl_GetEMSCOneByteCRC()
952 return ucCommand; in _mhal_mhl_GetEMSCOneByteCRC()
970 …MS_U16 ucCommand = BIT(13) |(((MS_U16)ucOpCode &BMASK(1:0)) << 11) |(((MS_U16)ucValue &BMASK(7:0))… in _mhal_mhl_GetEMSCTwoByteCRC() local
972 …lue = GET_BIT(ucCommand &BIT(15)) +GET_BIT(ucCommand &BIT(13)) +GET_BIT(ucCommand &BIT(12)) +GET_B… in _mhal_mhl_GetEMSCTwoByteCRC()
973 …ucAValue = ucAValue +GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BIT(5)) +GET_BIT(ucCommand &BI… in _mhal_mhl_GetEMSCTwoByteCRC()
974 …lue = GET_BIT(ucCommand &BIT(15)) +GET_BIT(ucCommand &BIT(14)) +GET_BIT(ucCommand &BIT(13)) +GET_B… 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()
976 …lue = GET_BIT(ucCommand &BIT(14)) +GET_BIT(ucCommand &BIT(13)) +GET_BIT(ucCommand &BIT(12)) +GET_B… in _mhal_mhl_GetEMSCTwoByteCRC()
977 ucCValue = ucCValue +GET_BIT(ucCommand &BIT(6)) +GET_BIT(ucCommand &BIT(5)) +2; in _mhal_mhl_GetEMSCTwoByteCRC()
981 ucCommand |= BIT(2); in _mhal_mhl_GetEMSCTwoByteCRC()
986 ucCommand |= BIT(1); in _mhal_mhl_GetEMSCTwoByteCRC()
991 ucCommand |= BIT(0); in _mhal_mhl_GetEMSCTwoByteCRC()
994 return (ucCommand &BMASK(7:0)); in _mhal_mhl_GetEMSCTwoByteCRC()