Searched refs:interleave_arithmetic (Results 1 – 3 of 3) sorted by relevance
17 static int interleave_arithmetic; variable 332 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,348 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,364 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,1851 if (interleave_arithmetic == 1) {2046 module_param(interleave_arithmetic, int, 0444);2047 MODULE_PARM_DESC(interleave_arithmetic, "Modulo:0, XOR:1");
165 if (cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_MODULO && in cxl_acpi_cfmws_verify()166 cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_XOR) { in cxl_acpi_cfmws_verify()168 cfmws->interleave_arithmetic); in cxl_acpi_cfmws_verify()456 if (cfmws->interleave_arithmetic == ACPI_CEDT_CFMWS_ARITHMETIC_XOR) { in DEFINE_FREE()
545 u8 interleave_arithmetic; member