Searched refs:dib0090_read_reg (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | dib0090.c | 200 static u16 dib0090_read_reg(struct dib0090_state *state, u8 reg) in dib0090_read_reg() function 333 v = dib0090_read_reg(state, 0x1a); in dib0090_identify() 530 PllCfg = dib0090_read_reg(state, 0x21); in dib0090_reset_digital() 555 v = !!(dib0090_read_reg(state, 0x1a) & 0x800); in dib0090_reset_digital() 656 dib0090_write_reg(state, 0x23, dib0090_read_reg(state, 0x23) | (1 << 14)); in dib0090_wakeup() 1037 dprintk("total RF gain: %ddB, step: %d\n", (u32) cfg[0], dib0090_read_reg(state, 0x2a)); in dib0090_set_rframp_pwm() 1056 dprintk("total BB gain: %ddB, step: %d\n", (u32) cfg[0], dib0090_read_reg(state, 0x33)); in dib0090_set_bbramp_pwm() 1144 u16 adc_val = dib0090_read_reg(state, 0x1d); in dib0090_get_slow_adc_val() 1378 dib0090_write_reg(state, 0x0b, (dib0090_read_reg(state, 0x0b) & 0xfff8) in dib0090_set_switch() 1389 dib0090_write_reg(state, 0x09, (dib0090_read_reg(state, 0x09) & 0x7fff) in dib0090_set_vga() [all …]
|