/openbmc/u-boot/doc/ |
H A D | README.440-DDR-performance | 33 Function Rate (MB/s) RMS time Min time Max time 74 Function Rate (MB/s) RMS time Min time Max time
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | PowerDistribution.v1_4_0.json | 601 …"description": "The positive percentage of voltage RMS over the nominal value that satisfies a cri… 602 …cription": "This property shall contain the positive percentage of voltage RMS over the nominal va… 635 …"description": "The negative percentage of voltage RMS under the nominal value that satisfies a cr… 636 …cription": "This property shall contain the negative percentage of voltage RMS under the nominal v…
|
H A D | Sensor.v1_10_1.json | 197 …"Current": "This value shall indicate a measurement of the root mean square (RMS) of instantaneous… 214 …"Voltage": "This value shall indicate a measurement of the root mean square (RMS) of instantaneous… 368 …ption": "This property shall contain the product of voltage (RMS) multiplied by current (RMS) for … 443 …is property shall contain the ratio of the peak measurement divided by the RMS measurement and cal… 1068 …is property shall contain the ratio of the peak measurement divided by the RMS measurement and cal… 1422 …ption": "This property shall contain the product of voltage (RMS) multiplied by current (RMS) for … 1541 …ption": "This property shall contain the product of voltage (RMS) multiplied by current (RMS) for … 1688 …is property shall contain the ratio of the peak measurement divided by the RMS measurement and cal…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Sensor.v1_10_1.json | 197 …"Current": "This value shall indicate a measurement of the root mean square (RMS) of instantaneous… 214 …"Voltage": "This value shall indicate a measurement of the root mean square (RMS) of instantaneous… 368 …ption": "This property shall contain the product of voltage (RMS) multiplied by current (RMS) for … 443 …is property shall contain the ratio of the peak measurement divided by the RMS measurement and cal… 1068 …is property shall contain the ratio of the peak measurement divided by the RMS measurement and cal… 1422 …ption": "This property shall contain the product of voltage (RMS) multiplied by current (RMS) for … 1541 …ption": "This property shall contain the product of voltage (RMS) multiplied by current (RMS) for … 1688 …is property shall contain the ratio of the peak measurement divided by the RMS measurement and cal…
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | hdspm.rst | 104 Also all 128+256 Peak and RMS-Meter can be accessed via the 106 copying and converting Peak and RMS-Levels even if you just need
|
/openbmc/linux/include/uapi/sound/ |
H A D | hdspm.h | 30 /* -------------------- IOCTL Peak/RMS Meters -------------------- */
|
/openbmc/linux/sound/soc/tegra/ |
H A D | tegra210_mbdrc.c | 497 "Peak", "RMS" 534 SOC_ENUM_EXT("MBDRC Peak RMS Mode", tegra210_mbdrc_peak_rms_enum, 547 SOC_SINGLE_EXT("MBDRC RMS Offset", TEGRA210_MBDRC_CFG,
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | tlv320adcx140.yaml | 16 converter (ADC) with analog inputs supporting up to 2V RMS. The TLV320ADCX140
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | PowerDistribution_v1.xml | 393 …<Annotation Term="OData.Description" String="The positive percentage of voltage RMS over the nomin… 394 …on" String="This property shall contain the positive percentage of voltage RMS over the nominal va… 400 …<Annotation Term="OData.Description" String="The negative percentage of voltage RMS under the nomi… 401 …on" String="This property shall contain the negative percentage of voltage RMS under the nominal v…
|
H A D | Sensor_v1.xml | 264 … String="This property shall contain the product of voltage (RMS) multiplied by current (RMS) for … 522 …" String="This value shall indicate a measurement of the root mean square (RMS) of instantaneous v… 526 …" String="This value shall indicate a measurement of the root mean square (RMS) of instantaneous c… 755 …is property shall contain the ratio of the peak measurement divided by the RMS measurement and cal…
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | mpc624.c | 30 * Conversion rate RMS noise Effective Number Of Bits
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 2996 struct mlxsw_sp_neigh_rif_made_sync *rms = data; in mlxsw_sp_neigh_rif_made_sync_each() local 2999 if (rms->err) in mlxsw_sp_neigh_rif_made_sync_each() 3001 if (n->dev != mlxsw_sp_rif_dev(rms->rif)) in mlxsw_sp_neigh_rif_made_sync_each() 3003 rc = mlxsw_sp_router_schedule_neigh_work(rms->mlxsw_sp->router, n); in mlxsw_sp_neigh_rif_made_sync_each() 3005 rms->err = -ENOMEM; in mlxsw_sp_neigh_rif_made_sync_each() 3011 struct mlxsw_sp_neigh_rif_made_sync rms = { in mlxsw_sp_neigh_rif_made_sync() local 3016 neigh_for_each(&arp_tbl, mlxsw_sp_neigh_rif_made_sync_each, &rms); in mlxsw_sp_neigh_rif_made_sync() 3017 if (rms.err) in mlxsw_sp_neigh_rif_made_sync() 3021 neigh_for_each(&nd_tbl, mlxsw_sp_neigh_rif_made_sync_each, &rms); in mlxsw_sp_neigh_rif_made_sync() 3023 if (rms.err) in mlxsw_sp_neigh_rif_made_sync() [all …]
|
/openbmc/linux/sound/pci/rme9652/ |
H A D | hdsp.c | 114 Rms values are read upward 115 There are rms values for the outputs too 4616 u64 rms; in copy_u64_le() local 4619 rms = ((u64)rms_high << 32) | rms_low; in copy_u64_le() 4620 return copy_to_user(dest, &rms, 8); in copy_u64_le() 4626 u64 rms; in copy_u48_le() local 4629 rms = ((u64)rms_high << 32) | rms_low; in copy_u48_le() 4630 return copy_to_user(dest, &rms, 8); in copy_u48_le()
|
H A D | hdspm.c | 18 * Modified 2009-04-26 fixed bug in rms metering by Florian Faber
|
/openbmc/linux/drivers/edac/ |
H A D | i3000_edac.c | 152 * 10:8 Refresh Mode Select (RMS)
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | Sensor_v1.xml | 264 … String="This property shall contain the product of voltage (RMS) multiplied by current (RMS) for … 522 …" String="This value shall indicate a measurement of the root mean square (RMS) of instantaneous v… 526 …" String="This value shall indicate a measurement of the root mean square (RMS) of instantaneous c… 755 …is property shall contain the ratio of the peak measurement divided by the RMS measurement and cal…
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rt9120.c | 93 "None", "INTF", "Final", "RMS Detect"
|
H A D | ssm2518.c | 225 SOC_ENUM("DRC RMS Averaging Time", ssm2518_drc_rms_averaging_time_enum),
|
H A D | nau8825.c | 540 /* RMS intrruption enable */ in nau8825_xtalk_prepare() 611 /* RMS intrruption disable */ in nau8825_xtalk_clean()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-lantiq-ssc.c | 274 * divider value in CLC.RMS which is always set to 1. in hw_setup_speed_hz()
|
/openbmc/linux/drivers/mfd/ |
H A D | wm8994-regmap.c | 760 { 0x260A, 0x0055 }, /* R9738 - MBC RMS Limit (1) */ 761 { 0x260B, 0x8C4B }, /* R9739 - MBC RMS Limit (2) */
|