Lines Matching refs:terr_params
189 terr_params[SONY_HELENE_TERR_TV_SYSTEM_NUM] = { variable
709 data[1] = (uint8_t)(terr_params[tv_system].IS_LOWERLOCAL & 0x01); in helene_set_params_t()
752 if (terr_params[tv_system].RF_GAIN == HELENE_AUTO) in helene_set_params_t()
755 data[1] = (uint8_t)((terr_params[tv_system].RF_GAIN in helene_set_params_t()
759 data[1] |= (uint8_t)(terr_params[tv_system].IF_BPF_GC & 0x0F); in helene_set_params_t()
764 data[3] = (uint8_t)(terr_params[tv_system].RFOVLD_DET_LV1_VL in helene_set_params_t()
766 data[4] = (uint8_t)(terr_params[tv_system].IFOVLD_DET_LV_VL in helene_set_params_t()
769 data[3] = (uint8_t)(terr_params[tv_system].RFOVLD_DET_LV1_VH in helene_set_params_t()
771 data[4] = (uint8_t)(terr_params[tv_system].IFOVLD_DET_LV_VH in helene_set_params_t()
774 data[3] = (uint8_t)(terr_params[tv_system].RFOVLD_DET_LV1_U in helene_set_params_t()
776 data[4] = (uint8_t)(terr_params[tv_system].IFOVLD_DET_LV_U in helene_set_params_t()
784 data[5] = (uint8_t)((terr_params[tv_system].IF_BPF_F0 << 4) & 0x30); in helene_set_params_t()
787 data[5] |= (uint8_t)(terr_params[tv_system].BW & 0x03); in helene_set_params_t()
790 data[6] = (uint8_t)(terr_params[tv_system].FIF_OFFSET & 0x1F); in helene_set_params_t()
793 data[7] = (uint8_t)(terr_params[tv_system].BW_OFFSET & 0x1F); in helene_set_params_t()