Searched refs:LowByteValue (Results 1 – 6 of 6) sorted by relevance
2861 …H].HiByteValue == 0x5A) && (ThrTbl[HIDEV_I_TBL_INDEX+HIDEV_I_TBL_LENGTH].LowByteValue == 0x5A)) && in _MApi_AUDIO_SIF_SetThreshold()2862 …+1].HiByteValue == 0xA5) && (ThrTbl[HIDEV_I_TBL_INDEX+HIDEV_I_TBL_LENGTH+1].LowByteValue == 0xA5))) in _MApi_AUDIO_SIF_SetThreshold()2871 value = ( (0x00FF & ThrTbl[i].HiByteValue) <<8)|(0x00FF & ThrTbl[i].LowByteValue); in _MApi_AUDIO_SIF_SetThreshold()2881 value = ( (0x00FF & ThrTbl[i].HiByteValue) <<8)|(0x00FF & ThrTbl[i].LowByteValue); in _MApi_AUDIO_SIF_SetThreshold()2891 value = ( (0x00FF & ThrTbl[i].HiByteValue) <<8)|(0x00FF & ThrTbl[i].LowByteValue); in _MApi_AUDIO_SIF_SetThreshold()
669 MS_U8 LowByteValue; ///< Threshold low-byte member
256 value =( (0x00FF & ThrTbl->HiByteValue) <<8)|(0x00FF & ThrTbl->LowByteValue); in MDrv_SIF_SetThreshold()
1910 MS_U8 LowByteValue; ///< Threshold low-byte member
2246 MS_U8 LowByteValue; ///< Threshold low-byte member
85196 MS_U8 LowByteValue;