Searched refs:stv0900_read_reg (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv0900_sw.c | 47 carr_offset = (stv0900_read_reg(intp, CFR2) << 8) in stv0900_check_signal_presence() 48 | stv0900_read_reg(intp, CFR1); in stv0900_check_signal_presence() 50 agc2_integr = (stv0900_read_reg(intp, AGC2I1) << 8) in stv0900_check_signal_presence() 51 | stv0900_read_reg(intp, AGC2I0); in stv0900_check_signal_presence() 419 timingoffset = (stv0900_read_reg(intp, TMGREG2) << 16) + in stv0900_get_timing_offst() 420 (stv0900_read_reg(intp, TMGREG2 + 1) << 8) + in stv0900_get_timing_offst() 421 (stv0900_read_reg(intp, TMGREG2 + 2)); in stv0900_get_timing_offst() 442 rolloff = stv0900_read_reg(intp, MATSTR1) & 0x03; in stv0900_set_dvbs2_rolloff() 480 car_freq = stv0900_read_reg(intp, CARFREQ); in stv0900_check_timing_lock() 481 tmg_th_high = stv0900_read_reg(intp, TMGTHRISE); in stv0900_check_timing_lock() [all …]
|
D | stv0900_core.c | 153 u8 stv0900_read_reg(struct stv0900_internal *intp, u16 reg) in stv0900_read_reg() function 198 reg = stv0900_read_reg(intp, (label >> 16) & 0xffff); in stv0900_write_bits() 215 val = stv0900_read_reg(intp, label >> 16); in stv0900_get_bits() 228 intp->chip_id = stv0900_read_reg(intp, R0900_MID); in stv0900_initialize() 253 i = 0x02 & stv0900_read_reg(intp, R0900_SYNTCTRL); in stv0900_initialize() 263 if (stv0900_read_reg(intp, R0900_MID) >= 0x20) { in stv0900_initialize() 752 err_val1 = stv0900_read_reg(intp, BBFCRCKO1); in stv0900_read_ucblocks() 753 err_val0 = stv0900_read_reg(intp, BBFCRCKO0); in stv0900_read_ucblocks() 757 err_val1 = stv0900_read_reg(intp, UPCRCKO1); in stv0900_read_ucblocks() 758 err_val0 = stv0900_read_reg(intp, UPCRCKO0); in stv0900_read_ucblocks() [all …]
|
D | stv0900_priv.h | 357 extern u8 stv0900_read_reg(struct stv0900_internal *i_params,
|