Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dcppc_acpi.c65 static int pcc_subspace_idx = -1; variable
305 static int register_pcc_channel(int pcc_subspace_idx) in register_pcc_channel() argument
310 if (pcc_subspace_idx >= 0) { in register_pcc_channel()
312 pcc_subspace_idx); in register_pcc_channel()
483 if (pcc_subspace_idx < 0) in acpi_cppc_processor_probe()
484 pcc_subspace_idx = gas_t->access_width; in acpi_cppc_processor_probe()
485 else if (pcc_subspace_idx != gas_t->access_width) { in acpi_cppc_processor_probe()
515 ret = register_pcc_channel(pcc_subspace_idx); in acpi_cppc_processor_probe()