Lines Matching refs:cpu_dev
58 device_t cpu_dev; member
198 sc->cpu_dev = dev; in acpi_throttle_attach()
245 if (device_get_unit(sc->cpu_dev) == 0) { in acpi_throttle_evaluate()
255 device_printf(sc->cpu_dev, in acpi_throttle_evaluate()
260 device_printf(sc->cpu_dev, in acpi_throttle_evaluate()
277 device_printf(sc->cpu_dev, "_PTC buffer too small\n"); in acpi_throttle_evaluate()
281 acpi_bus_alloc_gas(sc->cpu_dev, &sc->cpu_p_type, &thr_rid, in acpi_throttle_evaluate()
284 device_printf(sc->cpu_dev, "P_CNT from _PTC %#jx\n", in acpi_throttle_evaluate()
301 acpi_bus_alloc_gas(sc->cpu_dev, &sc->cpu_p_type, &thr_rid, in acpi_throttle_evaluate()
305 device_printf(sc->cpu_dev, in acpi_throttle_evaluate()
308 device_printf(sc->cpu_dev, "failed to attach P_CNT\n"); in acpi_throttle_evaluate()