Searched refs:p_lvlx (Results 1 – 1 of 1) sorted by relevance
67 struct resource *p_lvlx; /* Register to read to enter state. */ member734 &gas, &cx_ptr->p_lvlx, RF_SHAREABLE); in acpi_cpu_generic_cx_probe()735 if (cx_ptr->p_lvlx != NULL) { in acpi_cpu_generic_cx_probe()751 &gas, &cx_ptr->p_lvlx, RF_SHAREABLE); in acpi_cpu_generic_cx_probe()752 if (cx_ptr->p_lvlx != NULL) { in acpi_cpu_generic_cx_probe()777 if (cx_ptr->p_lvlx == NULL) in acpi_cpu_cx_cst_free_plvlx()780 cx_ptr->p_lvlx); in acpi_cpu_cx_cst_free_plvlx()781 cx_ptr->p_lvlx = NULL; in acpi_cpu_cx_cst_free_plvlx()866 cx_ptr->p_lvlx = bus_alloc_resource_any(sc->cpu_dev, in acpi_cpu_cx_cst()869 if (cx_ptr->p_lvlx == NULL) { in acpi_cpu_cx_cst()[all …]