Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/dvb-frontends/
Dstb0899_algo.c732 uwp1 = STB0899_READ_S2REG(STB0899_S2DEMOD, UWP_CNTRL1); in stb0899_dvbs2_config_uwp()
733 uwp2 = STB0899_READ_S2REG(STB0899_S2DEMOD, UWP_CNTRL2); in stb0899_dvbs2_config_uwp()
734 uwp3 = STB0899_READ_S2REG(STB0899_S2DEMOD, UWP_CNTRL3); 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()
748 …stb0899_write_s2reg(state, STB0899_S2DEMOD, STB0899_BASE_UWP_CNTRL2, STB0899_OFF0_UWP_CNTRL2, uwp2… in stb0899_dvbs2_config_uwp()
749 …stb0899_write_s2reg(state, STB0899_S2DEMOD, STB0899_BASE_UWP_CNTRL3, STB0899_OFF0_UWP_CNTRL3, uwp3… in stb0899_dvbs2_config_uwp()
751 reg = STB0899_READ_S2REG(STB0899_S2DEMOD, SOF_SRCH_TO); in stb0899_dvbs2_config_uwp()
753 …stb0899_write_s2reg(state, STB0899_S2DEMOD, STB0899_BASE_SOF_SRCH_TO, STB0899_OFF0_SOF_SRCH_TO, re… in stb0899_dvbs2_config_uwp()
764 reg = STB0899_READ_S2REG(STB0899_S2DEMOD, CSM_CNTRL1); in stb0899_dvbs2_config_csm_auto()
766 stb0899_write_s2reg(state, STB0899_S2DEMOD, STB0899_BASE_CSM_CNTRL1, STB0899_OFF0_CSM_CNTRL1, reg); in stb0899_dvbs2_config_csm_auto()
[all …]
Dstb0899_drv.c649 reg = STB0899_READ_S2REG(STB0899_S2DEMOD, IF_AGC_CNTRL); in stb0899_init_calc()
651 …stb0899_write_s2reg(state, STB0899_S2DEMOD, STB0899_BASE_IF_AGC_CNTRL, STB0899_OFF0_IF_AGC_CNTRL, … in stb0899_init_calc()
653 reg = STB0899_READ_S2REG(STB0899_S2DEMOD, RRC_ALPHA); in stb0899_init_calc()
893 stb0899_write_s2reg(state, STB0899_S2DEMOD, in stb0899_init()
975 reg = STB0899_READ_S2REG(STB0899_S2DEMOD, IF_AGC_GAIN); in stb0899_read_signal_strength()
1020 reg = STB0899_READ_S2REG(STB0899_S2DEMOD, UWP_CNTRL1); in stb0899_read_snr()
1022 reg = STB0899_READ_S2REG(STB0899_S2DEMOD, UWP_STAT2); in stb0899_read_snr()
1079 reg = STB0899_READ_S2REG(STB0899_S2DEMOD, DMD_STAT2); in stb0899_read_status()
1274 CONVERT32(STB0899_READ_S2REG(STB0899_S2DEMOD, DMD_CORE_ID), (char *)&demod_str); in stb0899_get_dev_id()
1276 demod_ver = STB0899_READ_S2REG(STB0899_S2DEMOD, DMD_VERSION_ID); in stb0899_get_dev_id()
Dstb0899_reg.h2011 #define STB0899_S2DEMOD 0xf3fc macro