Home
last modified time | relevance | path

Searched defs:nsclpcsio_softc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/misc/nsclpcsio/
H A Dnsclpcsio_isa.c168 struct nsclpcsio_softc { struct
169 device_t sc_dev;
170 struct resource *sc_iores;
171 int sc_iorid;
172 bus_space_tag_t sc_iot;
173 bus_space_handle_t sc_ioh;
175 bus_space_handle_t sc_ld_ioh[SIO_LDNUM];
176 int sc_ld_en[SIO_LDNUM];
179 struct gpio sc_gpio_gc;
184 struct ksensor sensors[SIO_NUM_SENSORS];
[all …]