Home
last modified time | relevance | path

Searched full:oversampling (Results 1 – 25 of 78) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dad7606.h46 * oversampling ratios.
48 * @os_req_reset some devices require a reset to update oversampling
68 * @oversampling oversampling selection
74 * oversampling ratios.
86 * @gpio_os GPIO descriptors to control oversampling on the device
98 unsigned int oversampling; member
H A Dstm32-dfsdm-adc.c35 /* Oversampling attribute default */
38 /* Oversampling max values */
201 pr_debug("%s: Requested oversampling: %d\n", __func__, oversamp); in stm32_dfsdm_compute_osrs()
203 * This function tries to compute filter oversampling and integrator in stm32_dfsdm_compute_osrs()
204 * oversampling, base on oversampling ratio requested by user. in stm32_dfsdm_compute_osrs()
206 * Decimation d depends on the filter order and the oversampling ratios. in stm32_dfsdm_compute_osrs()
217 * Look for filter and integrator oversampling ratios which allows in stm32_dfsdm_compute_osrs()
511 /* Average integrator oversampling */ in stm32_dfsdm_filter_configure()
517 /* Filter order and Oversampling */ in stm32_dfsdm_filter_configure()
1385 * IIO_CHAN_INFO_OVERSAMPLING_RATIO: used to set oversampling in stm32_dfsdm_adc_chan_init_one()
H A Dstm32-dfsdm.h246 * struct stm32_dfsdm_filter_osr - DFSDM filter settings linked to oversampling
247 * @iosr: integrator oversampling
248 * @fosr: filter oversampling
268 * @flo: filter oversampling data table indexed by fast mode flag
H A Dad7606.c194 *val = st->oversampling; in ad7606_read_raw()
288 st->oversampling = st->oversampling_avail[i]; in ad7606_write_raw()
461 "adi,oversampling-ratio", in ad7606_request_gpios()
587 st->oversampling = 1; in ad7606_probe()
H A Dad7606_spi.c255 * Software mode is enabled when all three oversampling in ad7606B_sw_mode_config()
256 * pins are set to high. If oversampling gpios are defined in ad7606B_sw_mode_config()
H A Dmen_z188_adc.c63 "Oversampling error on ADC channel %d\n", in z188_iio_read_raw()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_stm32x7.c22 u32 int_div, mantissa, fraction, oversampling; in stm32_serial_setbrg() local
27 oversampling = 8; in stm32_serial_setbrg()
30 oversampling = 16; in stm32_serial_setbrg()
34 mantissa = (int_div / oversampling) << USART_BRR_M_SHIFT; in stm32_serial_setbrg()
35 fraction = int_div % oversampling; in stm32_serial_setbrg()
H A Dserial_mvebu_a3700.c81 * Set Programmable Oversampling Stack to 0, in mvebu_serial_setbrg()
158 * Set Programmable Oversampling Stack to 0, in _debug_uart_init()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7606.yaml84 adi,oversampling-ratio-gpios:
94 It is enabled when all three oversampling mode pins are connected to
96 adi,oversampling-ratio-gpios property is defined, then the driver will set the
97 oversampling gpios to high. Otherwise, it is assumed that the pins are hardwired
134 adi,oversampling-ratio-gpios = <&gpio 18 GPIO_ACTIVE_HIGH>,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dsettings.h173 /// Oversampling factor for merge.
182 /// Oversampling factor for multiway_merge.
185 /// Oversampling factor for multiway_merge.
232 /// Oversampling factor for parallel std::sort (MWMS).
H A Dlist_partition.h91 * @param __oversampling Oversampling factor. If 0, then the
96 * \f$1/(\mathrm{oversampling} \cdot \mathrm{num\_parts})\f$
107 // The resizing algorithm is chosen according to the oversampling factor.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dsettings.h173 /// Oversampling factor for merge.
182 /// Oversampling factor for multiway_merge.
185 /// Oversampling factor for multiway_merge.
232 /// Oversampling factor for parallel std::sort (MWMS).
H A Dlist_partition.h91 * @param __oversampling Oversampling factor. If 0, then the
96 * \f$1/(\mathrm{oversampling} \cdot \mathrm{num\_parts})\f$
107 // The resizing algorithm is chosen according to the oversampling factor.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dadv7343.txt16 - adi,power-mode-pll-ctrl: PLL and oversampling control. This control allows
18 oversampling to be switched off.
/OK3568_Linux_fs/kernel/include/media/i2c/
H A Dadv7343.h28 * @pll_control: PLL and oversampling control. This control allows internal
29 * PLL 1 circuit to be powered down and the oversampling to be
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-geni-qcom.c82 unsigned int oversampling; member
99 speed_hz * mas->oversampling, in get_spi_clk_cfg()
107 *clk_div = DIV_ROUND_UP(sclk_freq, mas->oversampling * speed_hz); in get_spi_clk_cfg()
108 actual_hz = sclk_freq / (mas->oversampling * *clk_div); in get_spi_clk_cfg()
372 mas->oversampling = 2; in spi_geni_init()
374 mas->oversampling = 1; in spi_geni_init()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dstm32-usart.c753 u32 usartdiv, mantissa, fraction, oversampling; in stm32_usart_set_termios() local
863 * The USART supports 16 or 8 times oversampling. in stm32_usart_set_termios()
864 * By default we prefer 16 times oversampling, so that the receiver in stm32_usart_set_termios()
866 * 8 times oversampling is only used to achieve higher speeds. in stm32_usart_set_termios()
869 oversampling = 8; in stm32_usart_set_termios()
873 oversampling = 16; in stm32_usart_set_termios()
878 mantissa = (usartdiv / oversampling) << USART_BRR_DIV_M_SHIFT; in stm32_usart_set_termios()
879 fraction = usartdiv % oversampling; in stm32_usart_set_termios()
H A Damba-pl011.c84 bool oversampling; member
105 .oversampling = false,
120 .oversampling = false,
136 .oversampling = false,
183 .oversampling = true,
1964 if (uap->vendor->oversampling) in pl011_set_termios()
2040 if (uap->vendor->oversampling) { in pl011_set_termios()
2048 * Workaround for the ST Micro oversampling variants to in pl011_set_termios()
2053 if (uap->vendor->oversampling) { in pl011_set_termios()
2271 if (uap->vendor->oversampling) { in pl011_console_get_options()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dmxs-lradc-ts.c109 * prepare for oversampling conversion in mxs_lradc_setup_ts_channel()
128 * prepare the delay/loop unit according to the oversampling count in mxs_lradc_setup_ts_channel()
166 * prepare for oversampling conversion in mxs_lradc_setup_ts_pressure()
187 /* prepare the delay/loop unit according to the oversampling count */ in mxs_lradc_setup_ts_pressure()
/OK3568_Linux_fs/kernel/drivers/iio/chemical/
H A Dbme680_core.c545 * Highly recommended to set oversampling of humidity before in bme680_chip_config()
546 * temperature/pressure oversampling. in bme680_chip_config()
933 data->oversampling_humid = 2; /* 2X oversampling rate */ in bme680_core_probe()
934 data->oversampling_press = 4; /* 4X oversampling rate */ in bme680_core_probe()
935 data->oversampling_temp = 8; /* 8X oversampling rate */ in bme680_core_probe()
/OK3568_Linux_fs/kernel/drivers/iio/pressure/
H A Dms5611.h29 * OverSampling Rate descriptor.
H A Dmpl3115.c9 * TODO: FIFO buffer, altimeter mode, oversampling, continuous mode,
36 #define MPL3115_CTRL_OS_258MS (BIT(5) | BIT(4)) /* 64x oversampling */
/OK3568_Linux_fs/kernel/include/soc/fsl/qe/
H A Ducc_slow.h97 /* UCC Slow oversampling rate for transmitter (TDCR) */
109 /* UCC Slow Oversampling rate for receiver (RDCR)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/
H A Dimx-tve.c222 /* pixel clock with 2x oversampling */ in imx_tve_connector_mode_valid()
227 /* pixel clock without oversampling */ in imx_tve_connector_mode_valid()
251 * and enable 4x oversampling for lower resolutions in imx_tve_encoder_mode_set()
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Doverview.rst24 power via changing codec oversampling rates, bias currents, etc.

1234