Searched defs:wbsio_softc (Results 1 – 1 of 1) sorted by relevance
48 struct wbsio_softc { struct49 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;[all …]