| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | ad7606.h | 46 * 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 D | stm32-dfsdm-adc.c | 35 /* 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 D | stm32-dfsdm.h | 246 * 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 D | ad7606.c | 194 *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 D | ad7606_spi.c | 255 * 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 D | men_z188_adc.c | 63 "Oversampling error on ADC channel %d\n", in z188_iio_read_raw()
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_stm32x7.c | 22 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 D | serial_mvebu_a3700.c | 81 * 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 D | adi,ad7606.yaml | 84 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 D | settings.h | 173 /// 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 D | list_partition.h | 91 * @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 D | settings.h | 173 /// 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 D | list_partition.h | 91 * @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 D | adv7343.txt | 16 - 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 D | adv7343.h | 28 * @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 D | spi-geni-qcom.c | 82 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 D | stm32-usart.c | 753 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 D | amba-pl011.c | 84 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 D | mxs-lradc-ts.c | 109 * 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 D | bme680_core.c | 545 * 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 D | ms5611.h | 29 * OverSampling Rate descriptor.
|
| H A D | mpl3115.c | 9 * 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 D | ucc_slow.h | 97 /* 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 D | imx-tve.c | 222 /* 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 D | overview.rst | 24 power via changing codec oversampling rates, bias currents, etc.
|