Searched refs:bclc (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | stb0899_algo.c | 495 u8 bclc, reg; in stb0899_dvbs_algo() local 517 bclc = stb0899_read_reg(state, STB0899_BCLC); in stb0899_dvbs_algo() 518 STB0899_SETFIELD_VAL(BETA, bclc, 0x1c); in stb0899_dvbs_algo() 519 stb0899_write_reg(state, STB0899_BCLC, bclc); in stb0899_dvbs_algo() 523 bclc = stb0899_read_reg(state, STB0899_BCLC); in stb0899_dvbs_algo() 524 STB0899_SETFIELD_VAL(BETA, bclc, 0x22); in stb0899_dvbs_algo() 525 stb0899_write_reg(state, STB0899_BCLC, bclc); in stb0899_dvbs_algo() 529 bclc = stb0899_read_reg(state, STB0899_BCLC); in stb0899_dvbs_algo() 530 STB0899_SETFIELD_VAL(BETA, bclc, 0x27); in stb0899_dvbs_algo() 531 stb0899_write_reg(state, STB0899_BCLC, bclc); in stb0899_dvbs_algo() [all …]
|