Lines Matching defs:wbsio_softc
48 struct wbsio_softc { struct
49 device_t sc_dev;
50 device_t sc_lm_dev;
52 device_t sc_gpio_dev;
55 bus_space_tag_t sc_iot;
56 bus_space_handle_t sc_ioh;
57 kmutex_t sc_conf_lock;
59 struct isa_attach_args sc_ia;
60 struct isa_io sc_io;
63 bus_space_handle_t sc_gpio_ioh;
64 kmutex_t sc_gpio_lock;
65 struct gpio_chipset_tag sc_gpio_gc;
66 struct gpio_pin sc_gpio_pins[WBSIO_GPIO_NPINS];
67 bool sc_gpio_rt;
70 struct sysmon_wdog sc_smw;
71 bool sc_smw_valid;