Searched refs:stv0900_read_reg (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stv0900_sw.c | 43 carr_offset = (stv0900_read_reg(intp, CFR2) << 8) in stv0900_check_signal_presence() 44 | stv0900_read_reg(intp, CFR1); in stv0900_check_signal_presence() 46 agc2_integr = (stv0900_read_reg(intp, AGC2I1) << 8) in stv0900_check_signal_presence() 47 | stv0900_read_reg(intp, AGC2I0); in stv0900_check_signal_presence() 415 timingoffset = (stv0900_read_reg(intp, TMGREG2) << 16) + in stv0900_get_timing_offst() 416 (stv0900_read_reg(intp, TMGREG2 + 1) << 8) + in stv0900_get_timing_offst() 417 (stv0900_read_reg(intp, TMGREG2 + 2)); in stv0900_get_timing_offst() 438 rolloff = stv0900_read_reg(intp, MATSTR1) & 0x03; in stv0900_set_dvbs2_rolloff() 476 car_freq = stv0900_read_reg(intp, CARFREQ); in stv0900_check_timing_lock() 477 tmg_th_high = stv0900_read_reg(intp, TMGTHRISE); in stv0900_check_timing_lock() [all …]
|
D | stv0900_core.c | 149 u8 stv0900_read_reg(struct stv0900_internal *intp, u16 reg) in stv0900_read_reg() function 194 reg = stv0900_read_reg(intp, (label >> 16) & 0xffff); in stv0900_write_bits() 211 val = stv0900_read_reg(intp, label >> 16); in stv0900_get_bits() 224 intp->chip_id = stv0900_read_reg(intp, R0900_MID); in stv0900_initialize() 249 i = 0x02 & stv0900_read_reg(intp, R0900_SYNTCTRL); in stv0900_initialize() 259 if (stv0900_read_reg(intp, R0900_MID) >= 0x20) { in stv0900_initialize() 748 err_val1 = stv0900_read_reg(intp, BBFCRCKO1); in stv0900_read_ucblocks() 749 err_val0 = stv0900_read_reg(intp, BBFCRCKO0); in stv0900_read_ucblocks() 753 err_val1 = stv0900_read_reg(intp, UPCRCKO1); in stv0900_read_ucblocks() 754 err_val0 = stv0900_read_reg(intp, UPCRCKO0); in stv0900_read_ucblocks() [all …]
|
D | stv0900_priv.h | 352 extern u8 stv0900_read_reg(struct stv0900_internal *i_params,
|