Home
last modified time | relevance | path

Searched refs:nsread (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/isa/
H A Dnsclpcsio_isa.c217 static u_int8_t nsread(bus_space_tag_t, bus_space_handle_t, int);
232 nsread(bus_space_tag_t iot, bus_space_handle_t ioh, int idx) in nsread() function
259 if (nsread(iot, ioh, SIO_REG_SID) == SIO_SID_PC87366) in nsclpcsio_isa_match()
292 nsread(sc->sc_iot, sc->sc_ioh, SIO_REG_SRID)); in nsclpcsio_isa_attach()
300 if ((nsread(sc->sc_iot, sc->sc_ioh, in nsclpcsio_isa_attach()
306 iobase = (nsread(sc->sc_iot, sc->sc_ioh, in nsclpcsio_isa_attach()
308 iobase |= nsread(sc->sc_iot, sc->sc_ioh, in nsclpcsio_isa_attach()
609 conf = nsread(sc->sc_iot, sc->sc_ioh, SIO_GPIO_PINCFG); in nsclpcsio_gpio_pin_ctl()