Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A 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 …]
H A Dcommon-spectral.h56 u8 max_exp; member
85 u8 max_exp; member
/openbmc/linux/drivers/media/i2c/et8ek8/
H A 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,
H A Det8ek8_reg.h42 u32 max_exp; /* Maximum exposure value */ member
H A Det8ek8_driver.c692 max_rows = sensor->current_reglist->mode.max_exp; in et8ek8_init_controls()
732 max = mode->max_exp; in et8ek8_update_controls()
/openbmc/linux/drivers/net/wireless/ath/
H A Dspectral_common.h52 u8 max_exp; member
90 u8 max_exp; member
109 u8 max_exp; member
118 u8 max_exp; member
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A 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()
/openbmc/linux/drivers/iio/proximity/
H A 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()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.c543 u8 max_exp; in ath11k_spectral_get_max_exp() local
551 for (max_exp = 0; max_exp < 8; max_exp++) { in ath11k_spectral_get_max_exp()
552 if (bins[dc_pos + max_index] == (max_magnitude >> max_exp)) in ath11k_spectral_get_max_exp()
557 if (bins[dc_pos + max_index] != (max_magnitude >> max_exp)) in ath11k_spectral_get_max_exp()
560 return max_exp; in ath11k_spectral_get_max_exp()
692 fft_sample->max_exp = ath11k_spectral_get_max_exp(fft_sample->max_index, in ath11k_spectral_process_fft()
/openbmc/linux/drivers/media/i2c/
H A Dov8858.c1540 s64 max_exp; in ov8858_set_ctrl() local
1556 max_exp = format->height + ctrl->val - OV8858_EXPOSURE_MARGIN; in ov8858_set_ctrl()
1558 ov8858->exposure->minimum, max_exp, in ov8858_set_ctrl()
H A Dov5640.c3185 u16 max_exp; in ov5640_set_ctrl_exposure() local
3188 &max_exp); in ov5640_set_ctrl_exposure()
3194 max_exp += ret; in ov5640_set_ctrl_exposure()
3197 if (ctrls->exposure->val < max_exp) in ov5640_set_ctrl_exposure()
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c1281 uint64_t raw_qnan, raw_snan, raw_inf, max_exp; \
1291 max_exp = 767; \
1297 max_exp = 12287; \
1306 if (unlikely((exp < 0) || (exp > max_exp))) { \
/openbmc/linux/drivers/media/usb/gspca/
H A Dcpia1.c1311 int max_exp = FIRMWARE_VERSION(1, 2) ? MAX_EXP_102 : in monitor_exposure() local
1325 sd->params.flickerControl.coarseJump < max_exp) in monitor_exposure()
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch2534 +// `log2(10**(digits + max_exp))`, or `log2(10**(767 + 342))`, or