Home
last modified time | relevance | path

Searched refs:max_exp (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c49 u8 max_exp; in ath_cmn_max_idx_verify_ht20_fft() local
65 max_exp = mag_info->max_exp & 0xf; in ath_cmn_max_idx_verify_ht20_fft()
74 if ((sample[max_index] & 0xf8) != ((max_magnitude >> max_exp) & 0xf8)) in ath_cmn_max_idx_verify_ht20_fft()
87 u8 max_exp; in ath_cmn_max_idx_verify_ht20_40_fft() local
107 max_exp = mag_info->max_exp & 0xf; in ath_cmn_max_idx_verify_ht20_40_fft()
118 ((upper_mag >> max_exp) & 0xf8)) || in ath_cmn_max_idx_verify_ht20_40_fft()
120 ((lower_mag >> max_exp) & 0xf8))) in ath_cmn_max_idx_verify_ht20_40_fft()
145 u8 max_index, bitmap_w, max_exp; in ath_cmn_process_ht20_fft() local
166 max_exp = mag_info->max_exp & 0xf; in ath_cmn_process_ht20_fft()
167 fft_sample_20.max_exp = max_exp; in ath_cmn_process_ht20_fft()
[all …]
Dcommon-spectral.h56 u8 max_exp; member
85 u8 max_exp; member
/linux-5.19.10/drivers/media/i2c/et8ek8/
Det8ek8_mode.c52 .max_exp = 2012,
153 .max_exp = 2012,
209 .max_exp = 1004,
265 .max_exp = 668,
321 .max_exp = 500,
377 .max_exp = 6092,
432 .max_exp = 500,
488 .max_exp = 2996,
544 .max_exp = 1052,
Det8ek8_reg.h42 u32 max_exp; /* Maximum exposure value */ member
Det8ek8_driver.c692 max_rows = sensor->current_reglist->mode.max_exp; in et8ek8_init_controls()
732 max = mode->max_exp; in et8ek8_update_controls()
/linux-5.19.10/drivers/net/wireless/ath/
Dspectral_common.h52 u8 max_exp; member
90 u8 max_exp; member
109 u8 max_exp; member
118 u8 max_exp; member
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dspectral.c28 u8 max_exp; in get_max_exp() local
36 for (max_exp = 0; max_exp < 8; max_exp++) { in get_max_exp()
37 if (data[dc_pos + max_index] == (max_magnitude >> max_exp)) in get_max_exp()
42 if (data[dc_pos + max_index] != (max_magnitude >> max_exp)) in get_max_exp()
45 return max_exp; in get_max_exp()
144 fft_sample->max_exp = get_max_exp(fft_sample->max_index, peak_mag, in ath10k_spectral_process_fft()
/linux-5.19.10/drivers/iio/proximity/
Disl29501.c352 unsigned int max_exp, in isl29501_find_corr_exp() argument
373 if (exp > max_exp) in isl29501_find_corr_exp()
374 return max_exp; in isl29501_find_corr_exp()
388 int max_exp = 0; in isl29501_write_ext() local
434 max_exp = max(max_exp, corr_exp); in isl29501_write_ext()
450 mantissa = corr >> max_exp; in isl29501_write_ext()
457 ret = isl29501_register_write(isl29501, REG_PHASE_EXP, max_exp); in isl29501_write_ext()
/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dspectral.c539 u8 max_exp; in ath11k_spectral_get_max_exp() local
547 for (max_exp = 0; max_exp < 8; max_exp++) { in ath11k_spectral_get_max_exp()
548 if (bins[dc_pos + max_index] == (max_magnitude >> max_exp)) in ath11k_spectral_get_max_exp()
553 if (bins[dc_pos + max_index] != (max_magnitude >> max_exp)) in ath11k_spectral_get_max_exp()
556 return max_exp; in ath11k_spectral_get_max_exp()
669 fft_sample->max_exp = ath11k_spectral_get_max_exp(fft_sample->max_index, in ath11k_spectral_process_fft()
/linux-5.19.10/drivers/media/i2c/
Dov5640.c2533 u16 max_exp; in ov5640_set_ctrl_exposure() local
2536 &max_exp); in ov5640_set_ctrl_exposure()
2542 max_exp += ret; in ov5640_set_ctrl_exposure()
2545 if (ctrls->exposure->val < max_exp) in ov5640_set_ctrl_exposure()
/linux-5.19.10/drivers/media/usb/gspca/
Dcpia1.c1308 int max_exp = FIRMWARE_VERSION(1, 2) ? MAX_EXP_102 : in monitor_exposure() local
1322 sd->params.flickerControl.coarseJump < max_exp) in monitor_exposure()