Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/
H A Dmhal_pq_adaptive.c6892 static MS_U8 postDINRGain = 16; in MDrv_SC_NR_Driver_E28() local
6895 postDINRGain = postDINRGain > 4 ? postDINRGain - 4 : 0; in MDrv_SC_NR_Driver_E28()
6899 postDINRGain = postDINRGain < 16 ? postDINRGain + 1 : 16; in MDrv_SC_NR_Driver_E28()
6903 MDrv_SC_Set_PostDINR_Gain( postDINRGain, isSourceChange ); in MDrv_SC_NR_Driver_E28()
/utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/
H A Dmhal_pq_adaptive.c6892 static MS_U8 postDINRGain = 16; in MDrv_SC_NR_Driver_E28() local
6895 postDINRGain = postDINRGain > 4 ? postDINRGain - 4 : 0; in MDrv_SC_NR_Driver_E28()
6899 postDINRGain = postDINRGain < 16 ? postDINRGain + 1 : 16; in MDrv_SC_NR_Driver_E28()
6903 MDrv_SC_Set_PostDINR_Gain( postDINRGain, isSourceChange ); in MDrv_SC_NR_Driver_E28()
/utopia/UTPA2-700.0.x/modules/pq/hal/M7621/pq/
H A Dmhal_pq_adaptive.c6892 static MS_U8 postDINRGain = 16; in MDrv_SC_NR_Driver_E28() local
6895 postDINRGain = postDINRGain > 4 ? postDINRGain - 4 : 0; in MDrv_SC_NR_Driver_E28()
6899 postDINRGain = postDINRGain < 16 ? postDINRGain + 1 : 16; in MDrv_SC_NR_Driver_E28()
6903 MDrv_SC_Set_PostDINR_Gain( postDINRGain, isSourceChange ); in MDrv_SC_NR_Driver_E28()
/utopia/UTPA2-700.0.x/modules/pq/hal/maxim/pq/
H A Dmhal_pq_adaptive.c6892 static MS_U8 postDINRGain = 16; in MDrv_SC_NR_Driver_E28() local
6895 postDINRGain = postDINRGain > 4 ? postDINRGain - 4 : 0; in MDrv_SC_NR_Driver_E28()
6899 postDINRGain = postDINRGain < 16 ? postDINRGain + 1 : 16; in MDrv_SC_NR_Driver_E28()
6903 MDrv_SC_Set_PostDINR_Gain( postDINRGain, isSourceChange ); in MDrv_SC_NR_Driver_E28()
/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c6873 static MS_U8 postDINRGain = 16; in MDrv_SC_NR_Driver_E28() local
6876 postDINRGain = postDINRGain > 4 ? postDINRGain - 4 : 0; in MDrv_SC_NR_Driver_E28()
6880 postDINRGain = postDINRGain < 16 ? postDINRGain + 1 : 16; in MDrv_SC_NR_Driver_E28()
6884 MDrv_SC_Set_PostDINR_Gain(pInstance, postDINRGain, isSourceChange ); in MDrv_SC_NR_Driver_E28()