Home
last modified time | relevance | path

Searched refs:thresh (Results 1 – 12 of 12) sorted by relevance

/openbmc/phosphor-webui/app/server-health/styles/
H A Dsensors.scss2 $thresh-critical: $status-error;
3 $thresh-warning: $accent-03--02;
4 $thresh-normal: $accent-02--02;
130 background: darken($thresh-normal, 3%);
138 background: $thresh-critical;
147 background: $thresh-warning;
/openbmc/u-boot/drivers/dma/
H A Dkeystone_nav.c173 writel(0, &pktdma->rx_flows[j].thresh[0]); in ksnav_rx_disable()
174 writel(0, &pktdma->rx_flows[j].thresh[1]); in ksnav_rx_disable()
175 writel(0, &pktdma->rx_flows[j].thresh[2]); in ksnav_rx_disable()
242 writel(0, &pktdma->rx_flows[pktdma->rx_flow].thresh[0]); in ksnav_init()
243 writel(0, &pktdma->rx_flows[pktdma->rx_flow].thresh[1]); in ksnav_init()
244 writel(0, &pktdma->rx_flows[pktdma->rx_flow].thresh[2]); in ksnav_init()
/openbmc/ipmitool/lib/
H A Dipmi_sensor.c521 char *id, *thresh; in ipmi_sensor_set_threshold() local
538 thresh = argv[1]; in ipmi_sensor_set_threshold()
540 if (strncmp(thresh, "upper", 5) == 0) { in ipmi_sensor_set_threshold()
562 } else if (strncmp(thresh, "lower", 5) == 0) { in ipmi_sensor_set_threshold()
585 if (strncmp(thresh, "unr", 3) == 0) in ipmi_sensor_set_threshold()
587 else if (strncmp(thresh, "ucr", 3) == 0) in ipmi_sensor_set_threshold()
589 else if (strncmp(thresh, "unc", 3) == 0) in ipmi_sensor_set_threshold()
591 else if (strncmp(thresh, "lnc", 3) == 0) in ipmi_sensor_set_threshold()
593 else if (strncmp(thresh, "lcr", 3) == 0) in ipmi_sensor_set_threshold()
595 else if (strncmp(thresh, "lnr", 3) == 0) in ipmi_sensor_set_threshold()
[all …]
H A Dipmi_dcmi.c2326 _ipmi_nm_set_thresh(struct ipmi_intf * intf, struct nm_thresh * thresh) in _ipmi_nm_set_thresh() argument
2336 msg_data[3] = thresh->domain; in _ipmi_nm_set_thresh()
2337 msg_data[4] = thresh->policy_id; in _ipmi_nm_set_thresh()
2338 msg_data[5] = thresh->count; in _ipmi_nm_set_thresh()
2339 if (thresh->count > 0) { in _ipmi_nm_set_thresh()
2340 msg_data[7] = thresh->thresholds[0] >> 8; in _ipmi_nm_set_thresh()
2341 msg_data[6] = thresh->thresholds[0] & 0xFF; in _ipmi_nm_set_thresh()
2343 if (thresh->count > 1) { in _ipmi_nm_set_thresh()
2344 msg_data[9] = thresh->thresholds[1] >> 8; in _ipmi_nm_set_thresh()
2345 msg_data[8] = thresh->thresholds[1] & 0xFF; in _ipmi_nm_set_thresh()
[all …]
/openbmc/dbus-sensors/src/
H A DThresholds.cpp540 for (const ThresholdDefinition& thresh : thresProp) in getInterface() local
542 if (thresh.level == thresholdLevel) in getInterface()
545 thresh.levelName; in getInterface()
/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_nav.h151 u32 thresh[3]; member
/openbmc/u-boot/arch/arm/dts/
H A Dam335x-evmsk.dts469 st,click-thresh-x = <10>;
470 st,click-thresh-y = <10>;
471 st,click-thresh-z = <10>;
H A Dam335x-evm.dts436 st,click-thresh-x = <10>;
437 st,click-thresh-y = <10>;
438 st,click-thresh-z = <10>;
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c3035 u32 val, thresh; in gop_gmac_sgmii2_5_cfg() local
3041 thresh = MVPP2_SGMII2_5_TX_FIFO_MIN_TH; in gop_gmac_sgmii2_5_cfg()
3044 val |= MVPP2_GMAC_TX_FIFO_MIN_TH_MASK(thresh); in gop_gmac_sgmii2_5_cfg()
3077 u32 val, thresh; in gop_gmac_sgmii_cfg() local
3083 thresh = MVPP2_SGMII_TX_FIFO_MIN_TH; in gop_gmac_sgmii_cfg()
3086 val |= MVPP2_GMAC_TX_FIFO_MIN_TH_MASK(thresh); in gop_gmac_sgmii_cfg()
3115 u32 val, thresh; in gop_gmac_rgmii_cfg() local
3121 thresh = MVPP2_RGMII_TX_FIFO_MIN_TH; in gop_gmac_rgmii_cfg()
3124 val |= MVPP2_GMAC_TX_FIFO_MIN_TH_MASK(thresh); in gop_gmac_rgmii_cfg()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cold_reset.robot227 …Run IPMI Standard Command sensor thresh "${sensor_name}" ${random_threshold_key} ${new_settable_t…
/openbmc/ipmitool/
H A DChangeLog6 * ID: 247 - 'sensor thresh' help output is wrong
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch23372 + thresh = 0.3
23375 + nchar = min(tc - 1, int(abs(pcent) / thresh))