Searched defs:viapm_softc (Results 1 – 1 of 1) sorted by relevance
185 struct viapm_softc { struct186 struct device sc_dev;188 bus_space_tag_t sc_iot;189 bus_space_handle_t sc_pm_ioh;190 bus_space_handle_t sc_smbus_ioh;191 bus_space_handle_t sc_hwmon_ioh;192 void * sc_ih;193 int sc_poll;195 int sc_fan_div[2]; /* fan RPM divisor */197 struct ksensor sc_data[VIAPM_NUM_SENSORS];[all …]