Home
last modified time | relevance | path

Searched refs:u16FeatherValue (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pq/hal/mooney/pq/
H A Dmhal_pq_adaptive.c677 static MS_U16 u16FeatherValue = FeatherValueGain_MaxValue; in MDrv_SC_T12_UCDi_FeatherValueGain() local
684 if(u16FeatherValue > FeatherValueGain_MinValue) in MDrv_SC_T12_UCDi_FeatherValueGain()
686 u16FeatherValue--; in MDrv_SC_T12_UCDi_FeatherValueGain()
690 u16FeatherValue = FeatherValueGain_MinValue; in MDrv_SC_T12_UCDi_FeatherValueGain()
695 if(u16FeatherValue < FeatherValueGain_MaxValue) in MDrv_SC_T12_UCDi_FeatherValueGain()
697 u16FeatherValue++; in MDrv_SC_T12_UCDi_FeatherValueGain()
701 u16FeatherValue = FeatherValueGain_MaxValue; in MDrv_SC_T12_UCDi_FeatherValueGain()
704 MApi_XC_W2BYTEMSK(REG_SC_BK2A_2D_L, (MS_U16)u16FeatherValue << 12, 0xF000); in MDrv_SC_T12_UCDi_FeatherValueGain()