Searched refs:reg_32 (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | dib8000.c | 2774 u16 reg_32 = 0, reg_37 = 0; dib8000_set_isdbt_loop_params() local 2780 reg_32 = ((11 - state->mode) << 12) | (6 << 8) | 0x40; /* P_timf_alpha = (11-P_mode), P_corm_alpha=6, P_corm_thres=0x40 */ dib8000_set_isdbt_loop_params() 2783 reg_32 = ((10 - state->mode) << 12) | (6 << 8) | 0x60; /* P_timf_alpha = (10-P_mode), P_corm_alpha=6, P_corm_thres=0x60 */ dib8000_set_isdbt_loop_params() 2787 reg_32 = ((9 - state->mode) << 12) | (6 << 8) | 0x80; /* P_timf_alpha = (9-P_mode, P_corm_alpha=6, P_corm_thres=0x80 */ dib8000_set_isdbt_loop_params() 2794 reg_32 = ((13-state->mode) << 12) | (6 << 8) | 0x40; /* P_timf_alpha = (13-P_mode) , P_corm_alpha=6, P_corm_thres=0x40*/ dib8000_set_isdbt_loop_params() 2797 reg_32 = ((12-state->mode) << 12) | (6 << 8) | 0x60; /* P_timf_alpha = (12-P_mode) , P_corm_alpha=6, P_corm_thres=0x60 */ dib8000_set_isdbt_loop_params() 2801 reg_32 = ((11-state->mode) << 12) | (6 << 8) | 0x80; /* P_timf_alpha = 8 , P_corm_alpha=6, P_corm_thres=0x80 */ dib8000_set_isdbt_loop_params() 2806 dib8000_write_word(state, 32, reg_32); dib8000_set_isdbt_loop_params()
|
Completed in 133 milliseconds