Lines Matching refs:s32

567 static s32
568 il4965_math_div_round(s32 num, s32 denom, s32 * res) in il4965_math_div_round()
570 s32 sign = 1; in il4965_math_div_round()
597 static s32
598 il4965_get_voltage_compensation(s32 eeprom_voltage, s32 current_voltage) in il4965_get_voltage_compensation()
600 s32 comp = 0; in il4965_get_voltage_compensation()
617 static s32
646 s32 b = -1; in il4965_get_sub_band()
660 static s32
661 il4965_interpolate_value(s32 x, s32 x1, s32 y1, s32 x2, s32 y2) in il4965_interpolate_value()
663 s32 val; in il4965_interpolate_value()
685 s32 s = -1; in il4965_interpolate_chan()
752 static s32 back_off_table[] = {
763 s32 degrees_per_05db_a;
764 s32 degrees_per_05db_a_denom;
778 static s32
779 get_min_power_idx(s32 rate_power_idx, u32 band) in get_min_power_idx()
1024 s32 target_power; in il4965_fill_txpower_tbl()
1025 s32 user_target_power; in il4965_fill_txpower_tbl()
1026 s32 power_limit; in il4965_fill_txpower_tbl()
1027 s32 current_temp; in il4965_fill_txpower_tbl()
1028 s32 reg_limit; in il4965_fill_txpower_tbl()
1029 s32 current_regulatory; in il4965_fill_txpower_tbl()
1030 s32 txatten_grp = CALIB_CH_GROUP_MAX; in il4965_fill_txpower_tbl()
1037 s32 init_voltage; in il4965_fill_txpower_tbl()
1038 s32 voltage_compensation; in il4965_fill_txpower_tbl()
1039 s32 degrees_per_05db_num; in il4965_fill_txpower_tbl()
1040 s32 degrees_per_05db_denom; in il4965_fill_txpower_tbl()
1041 s32 factory_temp; in il4965_fill_txpower_tbl()
1042 s32 temperature_comp[2]; in il4965_fill_txpower_tbl()
1043 s32 factory_gain_idx[2]; in il4965_fill_txpower_tbl()
1044 s32 factory_actual_pwr[2]; in il4965_fill_txpower_tbl()
1045 s32 power_idx; in il4965_fill_txpower_tbl()
1113 init_voltage = (s32) le32_to_cpu(il->card_alive_init.voltage); in il4965_fill_txpower_tbl()
1190 s32 atten_value; in il4965_fill_txpower_tbl()
1194 (s32) le32_to_cpu(il->card_alive_init. in il4965_fill_txpower_tbl()
1579 s32 temperature; in il4965_hw_get_temperature()
1580 s32 vt; in il4965_hw_get_temperature()
1581 s32 R1, R2, R3; in il4965_hw_get_temperature()
1587 R1 = (s32) le32_to_cpu(il->card_alive_init.therm_r1[1]); in il4965_hw_get_temperature()
1588 R2 = (s32) le32_to_cpu(il->card_alive_init.therm_r2[1]); in il4965_hw_get_temperature()
1589 R3 = (s32) le32_to_cpu(il->card_alive_init.therm_r3[1]); in il4965_hw_get_temperature()
1593 R1 = (s32) le32_to_cpu(il->card_alive_init.therm_r1[0]); in il4965_hw_get_temperature()
1594 R2 = (s32) le32_to_cpu(il->card_alive_init.therm_r2[0]); in il4965_hw_get_temperature()
1595 R3 = (s32) le32_to_cpu(il->card_alive_init.therm_r3[0]); in il4965_hw_get_temperature()
1679 s32 temp; in il4965_temperature_calib()