Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/acpi/
H A Dapei.c15 struct acpi_hest_ia_corrected *cmc; in arch_apei_enable_cmcff() local
18 cmc = (struct acpi_hest_ia_corrected *)hest_hdr; in arch_apei_enable_cmcff()
19 if (!cmc->enabled) in arch_apei_enable_cmcff()
27 if (!(cmc->flags & ACPI_HEST_FIRMWARE_FIRST) || in arch_apei_enable_cmcff()
28 !cmc->num_hardware_banks) in arch_apei_enable_cmcff()
33 mc_bank = (struct acpi_hest_ia_error_bank *)(cmc + 1); in arch_apei_enable_cmcff()
34 for (i = 0; i < cmc->num_hardware_banks; i++, mc_bank++) in arch_apei_enable_cmcff()
/linux-6.15/drivers/acpi/apei/
H A Dhest.c49 struct acpi_hest_ia_corrected *cmc; member
83 struct acpi_hest_ia_corrected *cmc; in hest_esrc_len() local
84 cmc = (struct acpi_hest_ia_corrected *)hest_hdr; in hest_esrc_len()
85 len = sizeof(*cmc) + cmc->num_hardware_banks * in hest_esrc_len()
87 mces.cmc = cmc; in hest_esrc_len()
122 if (mces.cmc && mces.cmc->flags & ACPI_HEST_GHES_ASSIST && in is_ghes_assist_struct()
123 related_source_id == mces.cmc->header.source_id) in is_ghes_assist_struct()
/linux-6.15/arch/arm/boot/dts/ti/davinci/
H A DMakefile4 da850-enbw-cmc.dtb \
H A Dda850-enbw-cmc.dts12 compatible = "enbw,cmc", "ti,da850";
/linux-6.15/Documentation/devicetree/bindings/arm/ti/
H A Dti,davinci.yaml23 - enbw,cmc # EnBW AM1808 based CMC board
/linux-6.15/Documentation/devicetree/bindings/iio/potentiometer/
H A Dmicrochip,mcp41010.yaml10 - Chris Coffey <cmc@babblebit.net>
/linux-6.15/Documentation/networking/devlink/
H A Dsfc.rst29 * - ``fw.mgmt.cmc``
/linux-6.15/Documentation/devicetree/bindings/arm/aspeed/
H A Daspeed.yaml89 - facebook,minerva-cmc
/linux-6.15/include/linux/
H A Dfirewire.h204 unsigned cmc:1; member
/linux-6.15/drivers/firewire/
H A Dcore-card.c315 root_device_is_cmc = root_device && root_device->cmc; in bm_work()
H A Dcore-device.c734 device->cmc = rom[2] >> 30 & 1; in read_config_rom()
/linux-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-minerva.dts11 compatible = "facebook,minerva-cmc", "aspeed,ast2600";