/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ |
H A D | ia_css_xnr3_types.h | 24 * \brief Scale of the XNR sigma parameters. 42 * \brief XNR3 Sigma Parameters. 43 * \details Sigma parameters define the strength of the XNR filter. 46 * sigma parameters are fixed-point values between 0.0 and 1.0, scaled with 50 int y0; /** Sigma for Y range similarity in dark area */ 51 int y1; /** Sigma for Y range similarity in bright area */ 52 int u0; /** Sigma for U range similarity in dark area */ 53 int u1; /** Sigma for U range similarity in bright area */ 54 int v0; /** Sigma for V range similarity in dark area */ 55 int v1; /** Sigma for V range similarity in bright area */ [all …]
|
H A D | ia_css_xnr3.host.c | 26 /* Minimum value for sigma on host interface. Lower values translate to 63 /* sigma */ 72 * Compute an alpha value for the ISP kernel from sigma value on the host 73 * parameter interface as: alpha_scale * 1/(sigma/sigma_scale) 76 compute_alpha(int sigma) in compute_alpha() argument 79 int offset = sigma / 2; in compute_alpha() 81 if (sigma < XNR_MIN_SIGMA) { in compute_alpha() 84 alpha = ((IA_CSS_XNR3_SIGMA_SCALE * XNR_ALPHA_SCALE_FACTOR) + offset) / sigma; in compute_alpha() 146 s32 alpha_y0 = compute_alpha(from->sigma.y0); in ia_css_xnr3_encode() 147 s32 alpha_y1 = compute_alpha(from->sigma.y1); in ia_css_xnr3_encode() [all …]
|
/openbmc/linux/include/linux/iio/adc/ |
H A D | ad_sigma_delta.h | 3 * Support code for Analog Devices Sigma-Delta ADCs 21 * struct ad_sigma_delta_calib_data - Calibration data for Sigma Delta devices 35 * struct ad_sigma_delta_info - Sigma Delta driver specific callbacks and options 68 * struct ad_sigma_delta - Sigma Delta device struct 69 * @spi: The spi device associated with the Sigma Delta device. 70 * @trig: The IIO trigger associated with the Sigma Delta device. 72 * Most of the fields are private to the sigma delta library code and should not
|
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | st,stm32-dfsdm-adc.yaml | 14 STM32 DFSDM ADC is a sigma delta analog-to-digital converter dedicated to 15 interface external sigma delta modulators to STM32 micro controllers. 17 - Sigma delta modulators (motor control, metering...) 141 Must be defined if two sigma delta modulators are 196 From common IIO binding. Used to pipe external sigma delta 242 From common IIO binding. Used to pipe external sigma delta
|
H A D | sigma-delta-modulator.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/sigma-delta-modulator.yaml# 7 title: Sigma delta modulator
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr3/ |
H A D | ia_css_tnr3_types.h | 33 * each. Each line graph has Luma values on the x axis and sigma values for 37 * specified each on the Luma axis and the per plane Sigma axis. On the Luma 41 * the per plane sigma axis are also specified at the interface.
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ad_sigma_delta.c | 3 * Support code for Analog Devices Sigma-Delta ADCs 37 * @sigma_delta: The sigma delta device 51 * @sigma_delta: The sigma delta device 138 * @sigma_delta: The sigma delta device 180 * @sigma_delta: The sigma delta device 246 * @sigma_delta: The sigma delta device 362 * For sigma-delta sequencer drivers with multiple slots, an update_scan_mode in ad_sd_buffer_postenable() 640 * @indio_dev: The IIO device which the Sigma Delta device is used for 678 MODULE_DESCRIPTION("Analog Devices Sigma-Delta ADCs");
|
H A D | sd_adc_modulator.c | 3 * Generic sigma delta modulator driver 65 MODULE_DESCRIPTION("Basic sigma delta modulator");
|
H A D | Kconfig | 47 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver" 188 simultaneously sampling sigma-delta analog to digital converter (ADC). 634 16-Bit 8-/16-Channel Delta Sigma ADC. 644 16-Bit 8-/16-Channel Delta Sigma ADC. 691 ultra-low power delta-sigma ADC. 938 sigma-delta ADC. Some of the channels are internally used for 953 sigma-delta ADC. The hardware supports calibrated results for 1047 tristate "Generic sigma delta modulator" 1051 Select this option to enables sigma delta modulator. This driver can 1052 support generic sigma delta modulators. [all …]
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | atmel_nand_ecc.h | 133 u32 sigma[33]; /* 0x28-0xA8 Error Location Sigma Registers */ member 142 u32 sigma[25]; /* 0x28-0x88 Error Location Sigma Registers */ member
|
/openbmc/linux/arch/s390/crypto/ |
H A D | chacha-s390.S | 19 SYM_DATA_START_LOCAL(sigma) 27 .long 0x61707865,0x61707865,0x61707865,0x61707865 # smashed sigma 31 SYM_DATA_END(sigma) 85 larl %r7,sigma 89 VL K0,0,,%r7 # load sigma 97 VLM XA0,XA3,0x60,%r7,4 # load [smashed] sigma 485 larl %r7,sigma 491 VLM K0,BEPERM,0,%r7,4 # load sigma, increments, ... 741 VLM K0,T3,0,%r7,4 # re-load sigma and increments
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_sdm.c | 77 * Sigma delta modulation provides a way to do fractional-N frequency 117 pr_debug("%s: Read sigma-delta modulation setting\n", in ccu_sdm_helper_read_rate() 123 pr_debug("%s: clock is sigma-delta modulated\n", in ccu_sdm_helper_read_rate()
|
/openbmc/linux/lib/ |
H A D | ts_kmp.c | 17 * "q" = 0,1,...,m and any character "a" in SIGMA, the value 20 * has only m entries, whereas DELTA has O(m|SIGMA|) entries, we 21 * save a factor of |SIGMA| in the preprocessing time by computing
|
/openbmc/linux/drivers/gpu/drm/sprd/ |
H A D | sprd_dsi.h | 78 u32 nint; /* sigma delta modulator NINT control */ 79 u32 kint; /* sigma delta modulator KINT control */
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mlme.h | 242 … /* In the Sigma test, the Sigma will provide this enable from the sta_set_p2p CAPI. */ 245 … session_available; /* Flag to set the WFD session available to enable or disable "by Sigma" */ 246 …/* In the Sigma test, the Sigma will disable the session available by using the sta_preset CAPI. … 250 u8 wfd_tdls_enable; /* Flag to enable or disable the TDLS by WFD Sigma */ 253 …d_tdls_weaksec; /* Flag to enable or disable the weak security function for TDLS by WFD Sigma */
|
/openbmc/linux/drivers/hid/ |
H A D | hid-sigmamicro.c | 3 * HID driver for SiGma Micro-based keyboards 107 hid_info(hdev, "Fixing up SiGma Micro report descriptor\n"); in sm_report_fixup() 129 MODULE_DESCRIPTION("SiGma Micro HID driver");
|
/openbmc/linux/kernel/bpf/ |
H A D | tnum.c | 64 u64 sm, sv, sigma, chi, mu; in tnum_add() local 68 sigma = sm + sv; in tnum_add() 69 chi = sigma ^ sv; in tnum_add()
|
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
H A D | clock_ti814x.c | 207 * select the sigma delta config 208 * return: sigma delta val 236 /* sigma delta & Hs mode selection skip for ADPLLS*/ in pll_config()
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | ak5386.txt | 1 AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC
|
H A D | asahi-kasei,ak5558.yaml | 7 title: AK5558 8 channel differential 32-bit delta-sigma ADC
|
/openbmc/linux/include/crypto/ |
H A D | streebog.h | 33 struct streebog_uint512 Sigma; member
|
/openbmc/linux/sound/soc/stm/ |
H A D | Kconfig | 45 for Sigma Delta Modulators (DFSDM) driver used
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | bttv-cardlist.rst | 194 - Sigma TVII-FM 518 - MATRIX Vision Sigma-SQ 522 - MATRIX Vision Sigma-SLC
|
/openbmc/linux/arch/x86/crypto/ |
H A D | blake2s-core.S | 21 SIGMA: label 58 leaq SIGMA+0xa0(%rip),%r8 68 leaq SIGMA(%rip),%rcx
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qp-phytec-mira-rdk-nand.dts | 4 * Author: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|