Lines Matching refs:stat
749 int avc_tuner_status(struct firedtv *fdtv, struct firedtv_tuner_status *stat)
789 stat->active_system = r->operand[10];
790 stat->searching = r->operand[11] >> 7 & 1;
791 stat->moving = r->operand[11] >> 6 & 1;
792 stat->no_rf = r->operand[11] >> 5 & 1;
793 stat->input = r->operand[12] >> 7 & 1;
794 stat->selected_antenna = r->operand[12] & 0x7f;
795 stat->ber = r->operand[13] << 24 |
799 stat->signal_strength = r->operand[17];
800 stat->raster_frequency = r->operand[18] >> 6 & 2;
801 stat->rf_frequency = (r->operand[18] & 0x3f) << 16 |
804 stat->man_dep_info_length = r->operand[21];
805 stat->front_end_error = r->operand[22] >> 4 & 1;
806 stat->antenna_error = r->operand[22] >> 3 & 1;
807 stat->front_end_power_status = r->operand[22] >> 1 & 1;
808 stat->power_supply = r->operand[22] & 1;
809 stat->carrier_noise_ratio = r->operand[23] << 8 |
811 stat->power_supply_voltage = r->operand[27];
812 stat->antenna_voltage = r->operand[28];
813 stat->firewire_bus_voltage = r->operand[29];
814 stat->ca_mmi = r->operand[30] & 1;
815 stat->ca_pmt_reply = r->operand[31] >> 7 & 1;
816 stat->ca_date_time_request = r->operand[31] >> 6 & 1;
817 stat->ca_application_info = r->operand[31] >> 5 & 1;
818 stat->ca_module_present_status = r->operand[31] >> 4 & 1;
819 stat->ca_dvb_flag = r->operand[31] >> 3 & 1;
820 stat->ca_error_flag = r->operand[31] >> 2 & 1;
821 stat->ca_initialization_status = r->operand[31] >> 1 & 1;