Lines Matching defs:common_attr
2392 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL);
2397 common_attr = (struct drx_common_attr *) demod->my_common_attr;
2410 (u16) ((common_attr->sys_clock_freq / 1000) * HI_I2C_DELAY) / 1000;
2418 (u16) ((common_attr->osc_clock_freq / 1000) * HI_I2C_BRIDGE_DELAY) /
2466 * * common_attr->osc_clock_freq
2475 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL);
2483 common_attr = (struct drx_common_attr *) demod->my_common_attr;
2509 common_attr->osc_clock_freq = 27000;
2513 common_attr->osc_clock_freq = 20250;
2517 common_attr->osc_clock_freq = 4000;
2732 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL);
2754 common_attr = (struct drx_common_attr *) demod->my_common_attr;
2938 (u32) (common_attr->sys_clock_freq / 8))) /
2973 (u32) (common_attr->sys_clock_freq / 8))) /
3057 common_attr->sys_clock_freq * 1000 / (fec_oc_dto_period +
3060 frac28(bit_rate, common_attr->sys_clock_freq * 1000);
3344 common_attr->mpeg_cfg.enable_mpeg_output = cfg_data->enable_mpeg_output;
3491 struct drx_common_attr *common_attr = (struct drx_common_attr *) NULL;
3497 common_attr = demod->my_common_attr;
3499 if ((common_attr->mpeg_cfg.static_clk == true)
3500 && (common_attr->mpeg_cfg.enable_parallel == false)) {
4390 struct drx_common_attr *common_attr = NULL;
4412 common_attr = (struct drx_common_attr *) demod->my_common_attr;
4719 if (common_attr->tuner_rf_agc_pol == true)
4723 if (common_attr->tuner_if_agc_pol == true)
4919 struct drx_common_attr *common_attr = NULL;
4924 common_attr = (struct drx_common_attr *) demod->my_common_attr;
4974 if (common_attr->tuner_rf_agc_pol)
5049 if (common_attr->tuner_rf_agc_pol)
5133 struct drx_common_attr *common_attr = NULL;
5138 common_attr = (struct drx_common_attr *) demod->my_common_attr;
5188 if (common_attr->tuner_if_agc_pol)
5269 if (common_attr->tuner_if_agc_pol)
5720 struct drx_common_attr *common_attr = NULL;
5757 common_attr = (struct drx_common_attr *) demod->my_common_attr;
6116 memcpy(&cfg_mpeg_output, &common_attr->mpeg_cfg, sizeof(cfg_mpeg_output));
6373 struct drx_common_attr *common_attr = demod->my_common_attr;
6443 memcpy(&cfg_mpeg_output, &common_attr->mpeg_cfg, sizeof(cfg_mpeg_output));
7863 struct drx_common_attr *common_attr = NULL;
8001 common_attr = (struct drx_common_attr *) demod->my_common_attr;
8023 adc_frequency = (common_attr->sys_clock_freq * 1000) / 3;
8626 memcpy(&cfg_mpeg_output, &common_attr->mpeg_cfg, sizeof(cfg_mpeg_output));
11042 struct drx_common_attr *common_attr = (struct drx_common_attr *) NULL;
11048 common_attr = (struct drx_common_attr *) demod->my_common_attr;
11057 if (common_attr->current_power_mode == *mode)
11081 if ((common_attr->current_power_mode != DRX_POWER_UP)) {
11175 common_attr->current_power_mode = *mode;
11354 struct drx_common_attr *common_attr = NULL;
11375 common_attr = (struct drx_common_attr *) demod->my_common_attr;
11441 memcpy(&cfg_mpeg_output, &common_attr->mpeg_cfg, sizeof(cfg_mpeg_output));
11463 if (common_attr->microcode_file != NULL) {
11466 common_attr->is_opened = true;
11467 ucode_info.mc_file = common_attr->microcode_file;
11479 if (common_attr->verify_microcode == true) {
11487 common_attr->is_opened = false;
11498 common_attr->scan_demod_lock_timeout = DRXJ_SCAN_TIMEOUT;
11499 common_attr->scan_desired_lock = DRX_LOCKED;
11553 common_attr->is_opened = false;