Searched refs:max_exp (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | common-spectral.c | 49 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 …]
|
D | common-spectral.h | 56 u8 max_exp; member 85 u8 max_exp; member
|
/linux-6.1.9/drivers/media/i2c/et8ek8/ |
D | et8ek8_mode.c | 52 .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,
|
D | et8ek8_reg.h | 42 u32 max_exp; /* Maximum exposure value */ member
|
D | et8ek8_driver.c | 692 max_rows = sensor->current_reglist->mode.max_exp; in et8ek8_init_controls() 732 max = mode->max_exp; in et8ek8_update_controls()
|
/linux-6.1.9/drivers/net/wireless/ath/ |
D | spectral_common.h | 52 u8 max_exp; member 90 u8 max_exp; member 109 u8 max_exp; member 118 u8 max_exp; member
|
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | spectral.c | 28 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-6.1.9/drivers/iio/proximity/ |
D | isl29501.c | 352 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-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | spectral.c | 542 u8 max_exp; in ath11k_spectral_get_max_exp() local 550 for (max_exp = 0; max_exp < 8; max_exp++) { in ath11k_spectral_get_max_exp() 551 if (bins[dc_pos + max_index] == (max_magnitude >> max_exp)) in ath11k_spectral_get_max_exp() 556 if (bins[dc_pos + max_index] != (max_magnitude >> max_exp)) in ath11k_spectral_get_max_exp() 559 return max_exp; in ath11k_spectral_get_max_exp() 691 fft_sample->max_exp = ath11k_spectral_get_max_exp(fft_sample->max_index, in ath11k_spectral_process_fft()
|
/linux-6.1.9/drivers/media/i2c/ |
D | ov5640.c | 3159 u16 max_exp; in ov5640_set_ctrl_exposure() local 3162 &max_exp); in ov5640_set_ctrl_exposure() 3168 max_exp += ret; in ov5640_set_ctrl_exposure() 3171 if (ctrls->exposure->val < max_exp) in ov5640_set_ctrl_exposure()
|
/linux-6.1.9/drivers/media/usb/gspca/ |
D | cpia1.c | 1308 int max_exp = FIRMWARE_VERSION(1, 2) ? MAX_EXP_102 : in monitor_exposure() local 1322 sd->params.flickerControl.coarseJump < max_exp) in monitor_exposure()
|