Searched defs:acpi_throttle_softc (Results 1 – 1 of 1) sorted by relevance
55 struct acpi_throttle_softc { struct56 device_t cpu_dev;57 ACPI_HANDLE cpu_handle;58 uint32_t cpu_p_blk; /* ACPI P_BLK location */59 uint32_t cpu_p_blk_len; /* P_BLK length (must be 6). */60 struct resource *cpu_p_cnt; /* Throttling control register */61 int cpu_p_type; /* Resource type for cpu_p_cnt. */62 uint32_t cpu_thr_state; /* Current throttle setting. */