Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/dvb-frontends/
Dstb0899_algo.c730 u32 uwp1, uwp2, uwp3, reg; in stb0899_dvbs2_config_uwp() local
732 uwp1 = STB0899_READ_S2REG(STB0899_S2DEMOD, UWP_CNTRL1); in stb0899_dvbs2_config_uwp()
736 STB0899_SETFIELD_VAL(UWP_ESN0_AVE, uwp1, config->esno_ave); in stb0899_dvbs2_config_uwp()
737 STB0899_SETFIELD_VAL(UWP_ESN0_QUANT, uwp1, config->esno_quant); in stb0899_dvbs2_config_uwp()
738 STB0899_SETFIELD_VAL(UWP_TH_SOF, uwp1, config->uwp_threshold_sof); in stb0899_dvbs2_config_uwp()
747 …stb0899_write_s2reg(state, STB0899_S2DEMOD, STB0899_BASE_UWP_CNTRL1, STB0899_OFF0_UWP_CNTRL1, uwp1 in stb0899_dvbs2_config_uwp()