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

/linux-master/tools/testing/cxl/test/
H A Dcxl.c16 static int interleave_arithmetic; variable
301 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
317 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
333 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
1317 if (interleave_arithmetic == 1) {
1509 module_param(interleave_arithmetic, int, 0444);
1510 MODULE_PARM_DESC(interleave_arithmetic, "Modulo:0, XOR:1");
/linux-master/drivers/cxl/
H A Dacpi.c152 if (cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_MODULO &&
153 cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_XOR) {
155 cfmws->interleave_arithmetic);
368 if (cfmws->interleave_arithmetic == ACPI_CEDT_CFMWS_ARITHMETIC_MODULO)
393 if (cfmws->interleave_arithmetic == ACPI_CEDT_CFMWS_ARITHMETIC_XOR) {
/linux-master/include/acpi/
H A Dactbl1.h535 u8 interleave_arithmetic; member in struct:acpi_cedt_cfmws

Completed in 334 milliseconds