Searched refs:ucMValue (Results 1 – 10 of 10) sorted by relevance
1021 MS_U8 ucMValue = GET_BIT(usCRCValus &BIT(11)); in _mhal_mhl_GetEMSCPayloadCRC() local1093 if(ucMValue &BIT(0)) in _mhal_mhl_GetEMSCPayloadCRC()
1327 MS_U8 ucMValue = GET_BIT(usCRCValus &BIT(11)); in _mhal_mhl_GetEMSCPayloadCRC() local1399 if(ucMValue &BIT(0)) in _mhal_mhl_GetEMSCPayloadCRC()
1343 MS_U8 ucMValue = GET_BIT(usCRCValus &BIT(11)); in _mhal_mhl_GetEMSCPayloadCRC() local1415 if(ucMValue &BIT(0)) in _mhal_mhl_GetEMSCPayloadCRC()
1289 MS_U8 ucMValue = GET_BIT(usCRCValus &BIT(11)); in _mhal_mhl_GetEMSCPayloadCRC() local1361 if(ucMValue &BIT(0)) in _mhal_mhl_GetEMSCPayloadCRC()
1596 void _mdrv_mhl_SlotAllocationAlgorithm(MS_U8 ucChannelIndex, MS_U8 ucNValue, MS_U8 ucMValue, MS_U8 … in _mdrv_mhl_SlotAllocationAlgorithm() argument1610 ucCounter = (ucCounter +ucNValue) %(ucNValue +ucMValue); in _mdrv_mhl_SlotAllocationAlgorithm()