Searched refs:cmc (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/x86/kernel/acpi/ |
| A D | apei.c | 15 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/drivers/acpi/apei/ |
| A D | hest.c | 49 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/arch/arm/boot/dts/ti/davinci/ |
| A D | Makefile | 4 da850-enbw-cmc.dtb \
|
| A D | da850-enbw-cmc.dts | 12 compatible = "enbw,cmc", "ti,da850";
|
| /linux/Documentation/devicetree/bindings/arm/ti/ |
| A D | ti,davinci.yaml | 23 - enbw,cmc # EnBW AM1808 based CMC board
|
| /linux/Documentation/devicetree/bindings/iio/potentiometer/ |
| A D | microchip,mcp41010.yaml | 10 - Chris Coffey <cmc@babblebit.net>
|
| /linux/Documentation/networking/devlink/ |
| A D | sfc.rst | 25 * - ``fw.mgmt.cmc``
|
| /linux/Documentation/devicetree/bindings/arm/aspeed/ |
| A D | aspeed.yaml | 88 - facebook,minerva-cmc
|
| /linux/include/linux/ |
| A D | firewire.h | 204 unsigned cmc:1; member
|
| /linux/drivers/firewire/ |
| A D | core-card.c | 315 root_device_is_cmc = root_device && root_device->cmc; in bm_work()
|
| A D | core-device.c | 734 device->cmc = rom[2] >> 30 & 1; in read_config_rom()
|
| /linux/arch/arm/boot/dts/aspeed/ |
| A D | aspeed-bmc-facebook-minerva.dts | 11 compatible = "facebook,minerva-cmc", "aspeed,ast2600";
|
Completed in 22 milliseconds