Lines Matching defs:itesio_softc
172 struct itesio_softc { struct
173 bus_space_tag_t sc_iot;
175 bus_space_handle_t sc_pnp_ioh;
176 bus_space_handle_t sc_ec_ioh;
178 struct itesio_config sc_config;
180 struct sysmon_wdog sc_smw;
181 struct sysmon_envsys *sc_sme;
182 envsys_data_t *sc_sensor;
184 uint16_t sc_hwmon_baseaddr;
185 bool sc_hwmon_mapped;
186 bool sc_hwmon_enabled;
187 bool sc_wdt_enabled;
189 uint16_t sc_chipid;
190 uint8_t sc_devrev;