Searched refs:uwp2 (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | stb0899_algo.c | 742 u32 uwp1, uwp2, uwp3, reg; in stb0899_dvbs2_config_uwp() local 745 uwp2 = STB0899_READ_S2REG(STB0899_S2DEMOD, UWP_CNTRL2); in stb0899_dvbs2_config_uwp() 752 STB0899_SETFIELD_VAL(FE_COARSE_TRK, uwp2, internal->av_frame_coarse); in stb0899_dvbs2_config_uwp() 753 STB0899_SETFIELD_VAL(FE_FINE_TRK, uwp2, internal->av_frame_fine); in stb0899_dvbs2_config_uwp() 754 STB0899_SETFIELD_VAL(UWP_MISS_TH, uwp2, config->miss_threshold); in stb0899_dvbs2_config_uwp() 760 …stb0899_write_s2reg(state, STB0899_S2DEMOD, STB0899_BASE_UWP_CNTRL2, STB0899_OFF0_UWP_CNTRL2, uwp2… in stb0899_dvbs2_config_uwp()
|