Searched refs:interleave_arithmetic (Results 1 – 3 of 3) sorted by relevance
17 static int interleave_arithmetic; variable306 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,322 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,338 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,1445 if (interleave_arithmetic == 1) { in cxl_test_init()1619 module_param(interleave_arithmetic, int, 0444);1620 MODULE_PARM_DESC(interleave_arithmetic, "Modulo:0, XOR:1");
158 if (cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_MODULO && in cxl_acpi_cfmws_verify()159 cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_XOR) { in cxl_acpi_cfmws_verify()161 cfmws->interleave_arithmetic); in cxl_acpi_cfmws_verify()472 if (cfmws->interleave_arithmetic == ACPI_CEDT_CFMWS_ARITHMETIC_XOR) { in DEFINE_FREE()
544 u8 interleave_arithmetic; member