Home
last modified time | relevance | path

Searched refs:interleave_arithmetic (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/cxl/
A Dacpi.c147 if (cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_MODULO && in cxl_acpi_cfmws_verify()
148 cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_XOR) { in cxl_acpi_cfmws_verify()
150 cfmws->interleave_arithmetic); in cxl_acpi_cfmws_verify()
250 if (cfmws->interleave_arithmetic == ACPI_CEDT_CFMWS_ARITHMETIC_MODULO) in cxl_parse_cfmws()
275 if (cfmws->interleave_arithmetic == ACPI_CEDT_CFMWS_ARITHMETIC_XOR) { in cxl_parse_cfmws()
/linux-6.3-rc2/tools/testing/cxl/test/
A Dcxl.c16 static int interleave_arithmetic; variable
295 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
311 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
327 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
1272 if (interleave_arithmetic == 1) { in cxl_test_init()
1464 module_param(interleave_arithmetic, int, 0444);
1465 MODULE_PARM_DESC(interleave_arithmetic, "Modulo:0, XOR:1");
/linux-6.3-rc2/include/acpi/
A Dactbl1.h486 u8 interleave_arithmetic; member

Completed in 15 milliseconds