Home
last modified time | relevance | path

Searched refs:errmon (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/misc/
H A Dsmpro-errmon.c215 struct smpro_errmon *errmon = dev_get_drvdata(dev); in smpro_event_data_read() local
219 ret = regmap_read(errmon->regmap, smpro_event_table[channel], &event_data); in smpro_event_data_read()
224 regmap_write(errmon->regmap, smpro_event_table[channel], event_data); in smpro_event_data_read()
232 struct smpro_errmon *errmon = dev_get_drvdata(dev); in smpro_overflow_data_read() local
239 ret = regmap_read(errmon->regmap, err_info->count, &err_count); in smpro_overflow_data_read()
250 struct smpro_errmon *errmon = dev_get_drvdata(dev); in smpro_error_data_read() local
258 ret = regmap_read(errmon->regmap, err_info->count, &err_count); in smpro_error_data_read()
264 ret = regmap_read(errmon->regmap, err_info->len, &err_length); in smpro_error_data_read()
272 ret = regmap_noinc_read(errmon->regmap, err_info->data, err_data, err_length); in smpro_error_data_read()
277 ret = regmap_write(errmon->regmap, err_info->count, 0x100); in smpro_error_data_read()
[all …]
H A DMakefile26 obj-$(CONFIG_SMPRO_ERRMON) += smpro-errmon.o
H A DKconfig189 called smpro-errmon.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-platform-devices-ampere-smpro1 What: /sys/bus/platform/devices/smpro-errmon.*/error_[core|mem|pcie|other]_[ce|ue]
154 …| Core's CE | /sys/bus/platform/devices/smpro-errmon.*/error_core_ce | Core has CE error …
156 …| Core's UE | /sys/bus/platform/devices/smpro-errmon.*/error_core_ue | Core has UE error …
158 …| Memory's CE | /sys/bus/platform/devices/smpro-errmon.*/error_mem_ce | Memory has CE error …
160 …| Memory's UE | /sys/bus/platform/devices/smpro-errmon.*/error_mem_ue | Memory has UE error …
162 …| PCIe's CE | /sys/bus/platform/devices/smpro-errmon.*/error_pcie_ce | any PCIe controller has …
164 …| PCIe's UE | /sys/bus/platform/devices/smpro-errmon.*/error_pcie_ue | any PCIe controller has …
166 …| Other's CE | /sys/bus/platform/devices/smpro-errmon.*/error_other_ce | any other CE error …
168 …| Other's UE | /sys/bus/platform/devices/smpro-errmon.*/error_other_ue | any other UE error …
178 What: /sys/bus/platform/devices/smpro-errmon.*/overflow_[core|mem|pcie|other]_[ce|ue]
[all …]
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/host/host-boot-enable/
H A Dhost-boot-enable.sh26 modprobe smpro-errmon
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/
H A Dgpios-manager.sh54 modprobe smpro-errmon
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/
H A Ddimm_train_fail_log.sh174 path=("$base"/smpro-errmon.*.auto/event_dimm"${i}"_syndrome)