Home
last modified time | relevance | path

Searched refs:table_max (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath5k/
H A Dphy.c2875 s16 *table_max) in ath5k_fill_pwr_to_pcdac_table() argument
2886 max_pwr = table_max[0]; in ath5k_fill_pwr_to_pcdac_table()
2925 s16 *table_max, u8 pdcurves) in ath5k_combine_linear_pcdac_curves() argument
2957 if (table_max[0] - table_min[1] > 126) in ath5k_combine_linear_pcdac_curves()
2958 min_pwr_idx = table_max[0] - 126; in ath5k_combine_linear_pcdac_curves()
3277 s16 table_max[AR5K_EEPROM_N_PD_GAINS]; in ath5k_setup_channel_powertable() local
3328 table_max[pdg] = in ath5k_setup_channel_powertable()
3349 if (table_max[pdg] - table_min[pdg] > 126) in ath5k_setup_channel_powertable()
3350 table_min[pdg] = table_max[pdg] - 126; in ath5k_setup_channel_powertable()
3358 table_max[pdg], in ath5k_setup_channel_powertable()
[all …]
/linux-6.15/drivers/scsi/
H A D3w-xxxx.c613 int error = 0, table_max = 0; in tw_aen_complete() local
628 table_max = ARRAY_SIZE(tw_aen_string); in tw_aen_complete()
629 if ((aen & 0x0ff) < table_max) { in tw_aen_complete()
686 int found = 0, table_max = 0; in tw_aen_drain_queue() local
789 table_max = ARRAY_SIZE(tw_aen_string); in tw_aen_drain_queue()
790 if ((aen & 0x0ff) < table_max) { in tw_aen_drain_queue()