Home
last modified time | relevance | path

Searched full:cmc (Results 1 – 25 of 76) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/x86/kernel/acpi/
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()
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/
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()
/kernel/linux/linux-6.6/arch/arm/boot/dts/ti/davinci/
Dda850-enbw-cmc.dts3 * Device Tree for AM1808 EnBW CMC board
12 compatible = "enbw,cmc", "ti,da850";
13 model = "EnBW CMC";
DMakefile4 da850-enbw-cmc.dtb \
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dda850-enbw-cmc.dts3 * Device Tree for AM1808 EnBW CMC board
12 compatible = "enbw,cmc", "ti,da850";
13 model = "EnBW CMC";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ti/
Dti,davinci.yaml23 - enbw,cmc # EnBW AM1808 based CMC board
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ti/
Dti,davinci.yaml23 - enbw,cmc # EnBW AM1808 based CMC board
/kernel/linux/linux-6.6/drivers/acpi/apei/
Dhest.c69 struct acpi_hest_ia_corrected *cmc; in hest_esrc_len() local
70 cmc = (struct acpi_hest_ia_corrected *)hest_hdr; in hest_esrc_len()
71 len = sizeof(*cmc) + cmc->num_hardware_banks * in hest_esrc_len()
/kernel/linux/linux-5.10/drivers/acpi/apei/
Dhest.c63 struct acpi_hest_ia_corrected *cmc; in hest_esrc_len() local
64 cmc = (struct acpi_hest_ia_corrected *)hest_hdr; in hest_esrc_len()
65 len = sizeof(*cmc) + cmc->num_hardware_banks * in hest_esrc_len()
/kernel/linux/linux-6.6/Documentation/networking/devlink/
Dsfc.rst25 * - ``fw.mgmt.cmc``
28 control units, this is the CMC control unit's firmware version.
/kernel/linux/linux-6.6/arch/ia64/kernel/
Dmca.c350 #define IA64_MAX_LOG_TYPES 4 /* MCA, INIT, CMC, CPE */
392 * Inputs : info_type (SAL_INFO_TYPE_{MCA,INIT,CMC,CPE})
418 * Inputs : info_type (SAL_INFO_TYPE_{MCA,INIT,CMC,CPE})
459 * Inputs : sal_info_type (Type of error record MCA/CMC/CPE)
470 static const char * const rec_name[] = { "MCA", "INIT", "CMC", "CPE" }; in ia64_mca_log_sal_error_record()
709 * disable the cmc interrupt vector.
721 * enable the cmc interrupt vector.
1417 IA64_MCA_DEBUG(KERN_INFO "CMC threshold %d/%d\n", count, CMC_HISTORY_LENGTH); in ia64_mca_cmc_int_handler()
1422 /* If we're being hit with CMC interrupts, we won't in ia64_mca_cmc_int_handler()
1424 * disable CMC interrupts on this processor now. in ia64_mca_cmc_int_handler()
[all …]
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dmca.c349 #define IA64_MAX_LOG_TYPES 4 /* MCA, INIT, CMC, CPE */
391 * Inputs : info_type (SAL_INFO_TYPE_{MCA,INIT,CMC,CPE})
417 * Inputs : info_type (SAL_INFO_TYPE_{MCA,INIT,CMC,CPE})
458 * Inputs : sal_info_type (Type of error record MCA/CMC/CPE)
469 static const char * const rec_name[] = { "MCA", "INIT", "CMC", "CPE" }; in ia64_mca_log_sal_error_record()
708 * disable the cmc interrupt vector.
720 * enable the cmc interrupt vector.
1416 IA64_MCA_DEBUG(KERN_INFO "CMC threshold %d/%d\n", count, CMC_HISTORY_LENGTH); in ia64_mca_cmc_int_handler()
1421 /* If we're being hit with CMC interrupts, we won't in ia64_mca_cmc_int_handler()
1423 * disable CMC interrupts on this processor now. in ia64_mca_cmc_int_handler()
[all …]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Daic79xx.reg688 * CMC Receive Message 0
735 * CMC Receive Message 1
780 * CMC Receive Message 2
819 * CMC Receive Message 3
857 * CMC Sequencer Byte Count
904 * CMC Split Status 0
950 * CMC Split Status 1
1188 * CMC PCI Status
2894 * CMC SCB Array Count
2895 * Number of bytes to transfer between CMC SCB memory and SCBRAM.
[all …]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
Daic79xx.reg688 * CMC Receive Message 0
735 * CMC Receive Message 1
780 * CMC Receive Message 2
819 * CMC Receive Message 3
857 * CMC Sequencer Byte Count
904 * CMC Split Status 0
950 * CMC Split Status 1
1188 * CMC PCI Status
2894 * CMC SCB Array Count
2895 * Number of bytes to transfer between CMC SCB memory and SCBRAM.
[all …]
/kernel/linux/linux-6.6/drivers/iio/potentiometer/
Dmcp41010.c5 * Copyright (c) 2018 Chris Coffey <cmc@babblebit.net>
200 MODULE_AUTHOR("Chris Coffey <cmc@babblebit.net>");
/kernel/linux/linux-5.10/drivers/iio/potentiometer/
Dmcp41010.c5 * Copyright (c) 2018 Chris Coffey <cmc@babblebit.net>
200 MODULE_AUTHOR("Chris Coffey <cmc@babblebit.net>");
/kernel/linux/linux-6.6/arch/arm/mach-davinci/
Dda8xx-dt.c22 "enbw,cmc",
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
Dda8xx-dt.c22 "enbw,cmc",
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/potentiometer/
Dmicrochip,mcp41010.yaml10 - Chris Coffey <cmc@babblebit.net>
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
Defx_devlink.h21 #define EFX_DEVLINK_INFO_VERSION_FW_MGMT_CMC "fw.mgmt.cmc"
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dimx7ulp-scg-clock.yaml15 modules, and Core Mode Controller (CMC)1 blocks
Dimx7ulp-pcc-clock.yaml15 modules, and Core Mode Controller (CMC)1 blocks
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen1/
Dcache.json58 …LS). The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying co…
64 …nse. The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying co…
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen1/
Dcache.json58 …LS). The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying co…
64 …nse. The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying co…
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dimx7ulp-scg-clock.yaml15 modules, and Core Mode Controller (CMC)1 blocks

1234