Searched refs:stv0900_read_reg (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | stv0900_sw.c | 33 carr_offset = (stv0900_read_reg(intp, CFR2) << 8) in stv0900_check_signal_presence() 34 | stv0900_read_reg(intp, CFR1); in stv0900_check_signal_presence() 36 agc2_integr = (stv0900_read_reg(intp, AGC2I1) << 8) in stv0900_check_signal_presence() 37 | stv0900_read_reg(intp, AGC2I0); in stv0900_check_signal_presence() 405 timingoffset = (stv0900_read_reg(intp, TMGREG2) << 16) + in stv0900_get_timing_offst() 406 (stv0900_read_reg(intp, TMGREG2 + 1) << 8) + in stv0900_get_timing_offst() 407 (stv0900_read_reg(intp, TMGREG2 + 2)); in stv0900_get_timing_offst() 428 rolloff = stv0900_read_reg(intp, MATSTR1) & 0x03; in stv0900_set_dvbs2_rolloff() 466 car_freq = stv0900_read_reg(intp, CARFREQ); in stv0900_check_timing_lock() 467 tmg_th_high = stv0900_read_reg(intp, TMGTHRISE); in stv0900_check_timing_lock() [all …]
|
D | stv0900_core.c | 139 u8 stv0900_read_reg(struct stv0900_internal *intp, u16 reg) in stv0900_read_reg() function 184 reg = stv0900_read_reg(intp, (label >> 16) & 0xffff); in stv0900_write_bits() 201 val = stv0900_read_reg(intp, label >> 16); in stv0900_get_bits() 214 intp->chip_id = stv0900_read_reg(intp, R0900_MID); in stv0900_initialize() 239 i = 0x02 & stv0900_read_reg(intp, R0900_SYNTCTRL); in stv0900_initialize() 249 if (stv0900_read_reg(intp, R0900_MID) >= 0x20) { in stv0900_initialize() 738 err_val1 = stv0900_read_reg(intp, BBFCRCKO1); in stv0900_read_ucblocks() 739 err_val0 = stv0900_read_reg(intp, BBFCRCKO0); in stv0900_read_ucblocks() 743 err_val1 = stv0900_read_reg(intp, UPCRCKO1); in stv0900_read_ucblocks() 744 err_val0 = stv0900_read_reg(intp, UPCRCKO0); in stv0900_read_ucblocks() [all …]
|
D | stv0900_priv.h | 342 extern u8 stv0900_read_reg(struct stv0900_internal *i_params,
|