Lines Matching refs:cpu_dev
56 device_t cpu_dev; member
195 sc->cpu_dev = dev; in acpi_throttle_attach()
242 if (device_get_unit(sc->cpu_dev) == 0) { in acpi_throttle_evaluate()
252 device_printf(sc->cpu_dev, in acpi_throttle_evaluate()
257 device_printf(sc->cpu_dev, in acpi_throttle_evaluate()
274 device_printf(sc->cpu_dev, "_PTC buffer too small\n"); in acpi_throttle_evaluate()
278 acpi_bus_alloc_gas(sc->cpu_dev, &sc->cpu_p_type, &thr_rid, in acpi_throttle_evaluate()
281 device_printf(sc->cpu_dev, "P_CNT from _PTC %#jx\n", in acpi_throttle_evaluate()
298 acpi_bus_alloc_gas(sc->cpu_dev, &sc->cpu_p_type, &thr_rid, in acpi_throttle_evaluate()
302 device_printf(sc->cpu_dev, in acpi_throttle_evaluate()
305 device_printf(sc->cpu_dev, "failed to attach P_CNT\n"); in acpi_throttle_evaluate()