Home
last modified time | relevance | path

Searched full:coefficient (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/openbmc/linux/sound/soc/codecs/
H A Dmax98090.c99 { 0x46, 0x00 }, /* 46 Equalizer Band 1 Coefficient B0 */
100 { 0x47, 0x00 }, /* 47 Equalizer Band 1 Coefficient B0 */
101 { 0x48, 0x00 }, /* 48 Equalizer Band 1 Coefficient B0 */
102 { 0x49, 0x00 }, /* 49 Equalizer Band 1 Coefficient B1 */
103 { 0x4A, 0x00 }, /* 4A Equalizer Band 1 Coefficient B1 */
104 { 0x4B, 0x00 }, /* 4B Equalizer Band 1 Coefficient B1 */
105 { 0x4C, 0x00 }, /* 4C Equalizer Band 1 Coefficient B2 */
106 { 0x4D, 0x00 }, /* 4D Equalizer Band 1 Coefficient B2 */
107 { 0x4E, 0x00 }, /* 4E Equalizer Band 1 Coefficient B2 */
108 { 0x4F, 0x00 }, /* 4F Equalizer Band 1 Coefficient A1 */
[all …]
/openbmc/linux/drivers/mfd/
H A Dwm5110-tables.c1630 { 0x00000F08, 0x001c }, /* R3848 - ANC Coefficient */
1631 { 0x00000F09, 0x0000 }, /* R3849 - ANC Coefficient */
1632 { 0x00000F0A, 0x0000 }, /* R3850 - ANC Coefficient */
1633 { 0x00000F0B, 0x0000 }, /* R3851 - ANC Coefficient */
1634 { 0x00000F0C, 0x0000 }, /* R3852 - ANC Coefficient */
1635 { 0x00000F0D, 0x0000 }, /* R3853 - ANC Coefficient */
1636 { 0x00000F0E, 0x0000 }, /* R3854 - ANC Coefficient */
1637 { 0x00000F0F, 0x0000 }, /* R3855 - ANC Coefficient */
1638 { 0x00000F10, 0x0001 }, /* R3856 - ANC Coefficient */
1639 { 0x00000F11, 0x0000 }, /* R3857 - ANC Coefficient */
[all …]
H A Dcs47l90-tables.c1078 { 0x00000f08, 0x001c }, /* R3848 (0xf08) - ANC Coefficient */
1079 { 0x00000f09, 0x0000 }, /* R3849 (0xf09) - ANC Coefficient */
1080 { 0x00000f0a, 0x0000 }, /* R3850 (0xf0a) - ANC Coefficient */
1081 { 0x00000f0b, 0x0000 }, /* R3851 (0xf0b) - ANC Coefficient */
1082 { 0x00000f0c, 0x0000 }, /* R3852 (0xf0c) - ANC Coefficient */
1083 { 0x00000f0d, 0x0000 }, /* R3853 (0xf0d) - ANC Coefficient */
1084 { 0x00000f0e, 0x0000 }, /* R3854 (0xf0e) - ANC Coefficient */
1085 { 0x00000f0f, 0x0000 }, /* R3855 (0xf0f) - ANC Coefficient */
1086 { 0x00000f10, 0x0000 }, /* R3856 (0xf10) - ANC Coefficient */
1087 { 0x00000f11, 0x0000 }, /* R3857 (0xf11) - ANC Coefficient */
[all …]
H A Dcs47l85-tables.c1391 { 0x00000f08, 0x001c }, /* R3848 (0xf08) - ANC Coefficient */
1392 { 0x00000f09, 0x0000 }, /* R3849 (0xf09) - ANC Coefficient */
1393 { 0x00000f0a, 0x0000 }, /* R3850 (0xf0a) - ANC Coefficient */
1394 { 0x00000f0b, 0x0000 }, /* R3851 (0xf0b) - ANC Coefficient */
1395 { 0x00000f0c, 0x0000 }, /* R3852 (0xf0c) - ANC Coefficient */
1396 { 0x00000f0d, 0x0000 }, /* R3853 (0xf0d) - ANC Coefficient */
1397 { 0x00000f0e, 0x0000 }, /* R3854 (0xf0e) - ANC Coefficient */
1398 { 0x00000f0f, 0x0000 }, /* R3855 (0xf0f) - ANC Coefficient */
1399 { 0x00000f10, 0x0000 }, /* R3856 (0xf10) - ANC Coefficient */
1400 { 0x00000f11, 0x0000 }, /* R3857 (0xf11) - ANC Coefficient */
[all …]
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-cpus.dtsi66 dynamic-power-coefficient = <90>;
79 dynamic-power-coefficient = <90>;
92 dynamic-power-coefficient = <90>;
105 dynamic-power-coefficient = <90>;
118 dynamic-power-coefficient = <310>;
131 dynamic-power-coefficient = <310>;
144 dynamic-power-coefficient = <310>;
157 dynamic-power-coefficient = <310>;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/
H A D0008-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch76 - uint8_t code, const int16_t *coefficient)
77 + uint8_t code, const int16_t *coefficient, bool *ok=NULL)
79 int linearSample = (state.sample1 * coefficient[0] +
80 state.sample2 * coefficient[1]) >> 8;
112 - newSample = decodeSample(*state[0], code, coefficient[0]);
113 + newSample = decodeSample(*state[0], code, coefficient[0], &ok);
118 - newSample = decodeSample(*state[1], code, coefficient[1]);
119 + newSample = decodeSample(*state[1], code, coefficient[1], &ok);
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/
H A DOpenBMCManager.v1_0_0.json102 "description": "Feed forward gain coefficient for the PID.",
103 "longDescription": "Feed forward gain coefficient for the PID.",
108 "description": "Feed forward offset coefficient for the PID.",
109 "longDescription": "Feed forward offset coefficient for the PID.",
114 "description": "Integral Coefficient for the PID.",
115 "longDescription": "Integral Coefficient for the PID.",
168 "description": "Polynomial coefficient for the PID.",
169 "longDescription": "Polynomial coefficient for the PID.",
354 "description": "Feed forward gain coefficient for the PID.",
355 "longDescription": "Feed forward gain coefficient for the PID.",
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/
H A Dia_css_tdf_types.h36 s32 epsilon_0; /** Coefficient to control variance for dark area (for flat region). */
37 s32 epsilon_1; /** Coefficient to control variance for bright area (for flat region). */
38 s32 eps_scale_text; /** Epsilon scaling coefficient for texture region. */
39 s32 eps_scale_edge; /** Epsilon scaling coefficient for edge region. */
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dspp.h11 * struct dpu_hw_pcc_coeff - PCC coefficient structure for each color
13 * @r: red coefficient.
14 * @g: green coefficient.
15 * @b: blue coefficient.
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/
H A DOpenBMCManager_v1.xml126 <Annotation Term="OData.Description" String="Feed forward gain coefficient for the PID."/>
127 … <Annotation Term="OData.LongDescription" String="Feed forward gain coefficient for the PID."/>
131 … <Annotation Term="OData.Description" String="Feed forward offset coefficient for the PID."/>
132 … <Annotation Term="OData.LongDescription" String="Feed forward offset coefficient for the PID."/>
136 <Annotation Term="OData.Description" String="Integral Coefficient for the PID."/>
137 <Annotation Term="OData.LongDescription" String="Integral Coefficient for the PID."/>
181 <Annotation Term="OData.Description" String="Polynomial coefficient for the PID."/>
182 <Annotation Term="OData.LongDescription" String="Polynomial coefficient for the PID."/>
228 <Annotation Term="OData.Description" String="Feed forward gain coefficient for the PID."/>
229 … <Annotation Term="OData.LongDescription" String="Feed forward gain coefficient for the PID."/>
[all …]
/openbmc/linux/Documentation/devicetree/bindings/gpu/
H A Darm,mali-midgard.yaml94 dynamic-power-coefficient:
98 power coefficient in units of uW/MHz/V^2. The
99 coefficient can either be calculated from power
104 the clock frequency (f). The coefficient is used to
107 Pdyn = dynamic-power-coefficient * V^2 * f
H A Darm,mali-bifrost.yaml88 dynamic-power-coefficient:
92 power coefficient in units of uW/MHz/V^2. The
93 coefficient can either be calculated from power
98 the clock frequency (f). The coefficient is used to
101 Pdyn = dynamic-power-coefficient * V^2 * f
/openbmc/linux/sound/soc/fsl/
H A Dfsl_easrc.h52 /* ASRC Resampling Center Tap Coefficient Low */
54 /* ASRC Resampling Center Tap Coefficient High */
56 /* ASRC Prefilter Coefficient FIFO */
58 /* ASRC Context Resampling Coefficient Memory */
60 /* ASRC Context Resampling Coefficient Control*/
383 /* ASRC Resampling Center Tap Coefficient Low (RCTCL) */
388 /* ASRC Resampling Center Tap Coefficient High (RCTCH) */
393 /* ASRC Prefilter Coefficient FIFO (PCF) */
398 /* ASRC Context Resampling Coefficient Memory (CRCM) */
403 /* ASRC Context Resampling Coefficient Control (CRCC) */
[all …]
/openbmc/phosphor-pid-control/examples/
H A DREADME68 "proportionalCoeff": 0.0, /* The proportional coefficient. (double) */
69 "integralCoeff": 0.0, /* The integral coefficient. (double) */
70 "feedFwdOffsetCoeff": 0.0, /* The feed-forward offset coefficient. (double) */
71 "feedFwdGainCoeff": 0.010, /* The feed-forward gain coefficient. (double) */
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c74 /* rounding mode (used if the coefficient is more than DECIMAL32_Pmax */
80 /* by reducing its exponent and multiplying the coefficient by a */
114 if ((*dn->lsu!=0 || dn->digits>1) /* non-zero coefficient */ in decimal32FromNumber()
115 && (dn->digits<DECIMAL32_Pmax)) { /* coefficient fits */ in decimal32FromNumber()
141 Int pad=0; /* coefficient pad digits */ in decimal32FromNumber()
190 uInt msd; /* coefficient MSD */ in decimal32ToNumber()
211 return dn; /* no coefficient needed */ in decimal32ToNumber()
221 /* get the coefficient */ in decimal32ToNumber()
222 sour&=0x000fffff; /* clean coefficient continuation */ in decimal32ToNumber()
224 sour|=msd<<20; /* prefix to coefficient */ in decimal32ToNumber()
[all …]
H A Ddecimal128.c74 /* rounding mode (used if the coefficient is more than DECIMAL128_Pmax*/
80 /* by reducing its exponent and multiplying the coefficient by a */
118 if ((*dn->lsu!=0 || dn->digits>1) /* non-zero coefficient */ in decimal128FromNumber()
119 && (dn->digits<DECIMAL128_Pmax)) { /* coefficient fits */ in decimal128FromNumber()
145 Int pad=0; /* coefficient pad digits */ in decimal128FromNumber()
198 uInt msd; /* coefficient MSD */ in decimal128ToNumber()
235 return dn; /* no coefficient needed */ in decimal128ToNumber()
245 /* get the coefficient */ in decimal128ToNumber()
246 sourhi&=0x00003fff; /* clean coefficient continuation */ in decimal128ToNumber()
248 sourhi|=msd<<14; /* prefix to coefficient */ in decimal128ToNumber()
[all …]
H A Ddecimal64.c80 /* rounding mode (used if the coefficient is more than DECIMAL64_Pmax */
86 /* by reducing its exponent and multiplying the coefficient by a */
122 if ((*dn->lsu!=0 || dn->digits>1) /* non-zero coefficient */ in decimal64FromNumber()
123 && (dn->digits<DECIMAL64_Pmax)) { /* coefficient fits */ in decimal64FromNumber()
149 Int pad=0; /* coefficient pad digits */ in decimal64FromNumber()
215 uInt msd; /* coefficient MSD */ in decimal64ToNumber()
246 return dn; /* no coefficient needed */ in decimal64ToNumber()
256 /* get the coefficient */ in decimal64ToNumber()
257 sourhi&=0x0003ffff; /* clean coefficient continuation */ in decimal64ToNumber()
259 sourhi|=msd<<18; /* prefix to coefficient */ in decimal64ToNumber()
[all …]
/openbmc/linux/arch/arm64/boot/dts/arm/
H A Djuno-r2.dts103 dynamic-power-coefficient = <450>;
121 dynamic-power-coefficient = <450>;
139 dynamic-power-coefficient = <140>;
157 dynamic-power-coefficient = <140>;
175 dynamic-power-coefficient = <140>;
193 dynamic-power-coefficient = <140>;
H A Djuno.dts102 dynamic-power-coefficient = <530>;
120 dynamic-power-coefficient = <530>;
138 dynamic-power-coefficient = <140>;
156 dynamic-power-coefficient = <140>;
174 dynamic-power-coefficient = <140>;
192 dynamic-power-coefficient = <140>;
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-dma.c50 #define VNC1A_REG 0x80 /* Video n Coefficient Set C1A Register */
51 #define VNC1B_REG 0x84 /* Video n Coefficient Set C1B Register */
52 #define VNC1C_REG 0x88 /* Video n Coefficient Set C1C Register */
53 #define VNC2A_REG 0x90 /* Video n Coefficient Set C2A Register */
54 #define VNC2B_REG 0x94 /* Video n Coefficient Set C2B Register */
55 #define VNC2C_REG 0x98 /* Video n Coefficient Set C2C Register */
56 #define VNC3A_REG 0xA0 /* Video n Coefficient Set C3A Register */
57 #define VNC3B_REG 0xA4 /* Video n Coefficient Set C3B Register */
58 #define VNC3C_REG 0xA8 /* Video n Coefficient Set C3C Register */
59 #define VNC4A_REG 0xB0 /* Video n Coefficient Set C4A Register */
[all …]
/openbmc/linux/Documentation/sound/hd-audio/
H A Drealtek-pc-beep.rst16 The register is accessed via processing coefficient 0x36 on NID 20h. Bits not
81 Registers are read and written via the standard HDA processing coefficient
82 verbs (Set/Get Coefficient Index, Set/Get Processing Coefficient). The node is
86 This particular register, exposed at coefficient 0x36 and named in commits from
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dmoortec,mr75203.yaml105 G coefficient for temperature equation.
114 H coefficient for temperature equation.
123 cal5 coefficient for temperature equation.
131 J coefficient for temperature equation.
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_n.h574 #define B43_NPHY_RSSIMC_0I_RSSI_X B43_PHY_N(0x1A4) /* RSSI multiplication coefficient 0 I RSSI X */
575 #define B43_NPHY_RSSIMC_0I_RSSI_Y B43_PHY_N(0x1A5) /* RSSI multiplication coefficient 0 I RSSI Y */
576 #define B43_NPHY_RSSIMC_0I_RSSI_Z B43_PHY_N(0x1A6) /* RSSI multiplication coefficient 0 I RSSI Z */
577 #define B43_NPHY_RSSIMC_0I_TBD B43_PHY_N(0x1A7) /* RSSI multiplication coefficient 0 I TBD */
578 #define B43_NPHY_RSSIMC_0I_PWRDET B43_PHY_N(0x1A8) /* RSSI multiplication coefficient 0 I power de…
579 #define B43_NPHY_RSSIMC_0I_TSSI B43_PHY_N(0x1A9) /* RSSI multiplication coefficient 0 I TSSI */
580 #define B43_NPHY_RSSIMC_0Q_RSSI_X B43_PHY_N(0x1AA) /* RSSI multiplication coefficient 0 Q RSSI X */
581 #define B43_NPHY_RSSIMC_0Q_RSSI_Y B43_PHY_N(0x1AB) /* RSSI multiplication coefficient 0 Q RSSI Y */
582 #define B43_NPHY_RSSIMC_0Q_RSSI_Z B43_PHY_N(0x1AC) /* RSSI multiplication coefficient 0 Q RSSI Z */
583 #define B43_NPHY_RSSIMC_0Q_TBD B43_PHY_N(0x1AD) /* RSSI multiplication coefficient 0 Q TBD */
[all …]
/openbmc/linux/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h304 * @y1_sign_vec: Each bit corresponds to one coefficient sign bit,
321 * @y2_sign_vec: Each bit corresponds to one coefficient sign bit,
665 * @cf: Free coefficient for threshold calculation, range [0, 8191], default 0.
667 * @cg: Gain coefficient for threshold calculation, [0, 31], default 8.
668 * @ci: Intensity coefficient for threshold calculation. range [0, 0x1f]
693 * @gr: Coefficient defines lens shading gain approximation for gr channel
694 * @r: Coefficient defines lens shading gain approximation for r channel
695 * @b: Coefficient defines lens shading gain approximation for b channel
696 * @gb: Coefficient defines lens shading gain approximation for gb channel
752 * @w0_coeff: Blending coefficient of defect pixel correction.
[all …]
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-regs.h207 /* Channel Color Space Conversion Coefficient Register 0 */
214 /* Channel Color Space Conversion Coefficient Register 1 */
221 /* Channel Color Space Conversion Coefficient Register 2 */
228 /* Channel Color Space Conversion Coefficient Register 3 */
235 /* Channel Color Space Conversion Coefficient Register 4 */
242 /* Channel Color Space Conversion Coefficient Register 5 */

12345678910>>...12