Searched refs:bclc (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | stb0899_algo.c | 507 u8 bclc, reg; in stb0899_dvbs_algo() local 529 bclc = stb0899_read_reg(state, STB0899_BCLC); in stb0899_dvbs_algo() 530 STB0899_SETFIELD_VAL(BETA, bclc, 0x1c); in stb0899_dvbs_algo() 531 stb0899_write_reg(state, STB0899_BCLC, bclc); in stb0899_dvbs_algo() 535 bclc = stb0899_read_reg(state, STB0899_BCLC); in stb0899_dvbs_algo() 536 STB0899_SETFIELD_VAL(BETA, bclc, 0x22); in stb0899_dvbs_algo() 537 stb0899_write_reg(state, STB0899_BCLC, bclc); in stb0899_dvbs_algo() 541 bclc = stb0899_read_reg(state, STB0899_BCLC); in stb0899_dvbs_algo() 542 STB0899_SETFIELD_VAL(BETA, bclc, 0x27); in stb0899_dvbs_algo() 543 stb0899_write_reg(state, STB0899_BCLC, bclc); in stb0899_dvbs_algo() [all …]
|