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