Searched refs:cx_ptr (Results 1 – 2 of 2) sorted by relevance
701 struct acpi_cx *cx_ptr; in acpi_cpu_generic_cx_probe() local704 cx_ptr = sc->cpu_cx_states; in acpi_cpu_generic_cx_probe()710 cx_ptr->type = ACPI_STATE_C1; in acpi_cpu_generic_cx_probe()711 cx_ptr->trans_lat = 0; in acpi_cpu_generic_cx_probe()712 cx_ptr++; in acpi_cpu_generic_cx_probe()732 cx_ptr->res_rid = 0; in acpi_cpu_generic_cx_probe()733 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid, in acpi_cpu_generic_cx_probe()734 &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()736 cx_ptr->type = ACPI_STATE_C2; in acpi_cpu_generic_cx_probe()[all …]
296 struct xen_processor_cx *cx_ptr = in acpi_fetch_cx() local301 acpi_PkgInt32(pkg, 2, &cx_ptr->latency) != 0 || in acpi_fetch_cx()302 acpi_PkgInt32(pkg, 3, &cx_ptr->power) != 0 || in acpi_fetch_cx()310 cx_ptr->type = type; in acpi_fetch_cx()311 cx_ptr->reg.space_id = gas.SpaceId; in acpi_fetch_cx()312 cx_ptr->reg.bit_width = gas.BitWidth; in acpi_fetch_cx()313 cx_ptr->reg.bit_offset = gas.BitOffset; in acpi_fetch_cx()314 cx_ptr->reg.access_size = gas.AccessWidth; in acpi_fetch_cx()315 cx_ptr->reg.address = gas.Address; in acpi_fetch_cx()