Searched refs:HiByteValue (Results 1 – 6 of 6) sorted by relevance
2861 …if (((ThrTbl[HIDEV_I_TBL_INDEX+HIDEV_I_TBL_LENGTH].HiByteValue == 0x5A) && (ThrTbl[HIDEV_I_TBL_IND… in _MApi_AUDIO_SIF_SetThreshold()2862 …((ThrTbl[HIDEV_I_TBL_INDEX+HIDEV_I_TBL_LENGTH+1].HiByteValue == 0xA5) && (ThrTbl[HIDEV_I_TBL_INDEX… in _MApi_AUDIO_SIF_SetThreshold()2869 while (ThrTbl[i].HiByteValue != 0xFF) in _MApi_AUDIO_SIF_SetThreshold()2871 value = ( (0x00FF & ThrTbl[i].HiByteValue) <<8)|(0x00FF & ThrTbl[i].LowByteValue); in _MApi_AUDIO_SIF_SetThreshold()2879 while (ThrTbl[i].HiByteValue != 0xFF) in _MApi_AUDIO_SIF_SetThreshold()2881 value = ( (0x00FF & ThrTbl[i].HiByteValue) <<8)|(0x00FF & ThrTbl[i].LowByteValue); in _MApi_AUDIO_SIF_SetThreshold()2889 while (ThrTbl[i].HiByteValue != 0xFF) in _MApi_AUDIO_SIF_SetThreshold()2891 value = ( (0x00FF & ThrTbl[i].HiByteValue) <<8)|(0x00FF & ThrTbl[i].LowByteValue); in _MApi_AUDIO_SIF_SetThreshold()
668 MS_U8 HiByteValue; ///< Threshold high-byte member
256 value =( (0x00FF & ThrTbl->HiByteValue) <<8)|(0x00FF & ThrTbl->LowByteValue); in MDrv_SIF_SetThreshold()
1909 MS_U8 HiByteValue; ///< Threshold high-byte member
2245 MS_U8 HiByteValue; ///< Threshold high-byte member
85195 MS_U8 HiByteValue;