nsclpcsio_isa.c | 218 static void nswrite(bus_space_tag_t, bus_space_handle_t, int, uint8_t); 241 nswrite(bus_space_tag_t iot, bus_space_handle_t ioh, int idx, uint8_t data) function in typeref:typename:void 368 nswrite(sc->sc_iot, sc->sc_ioh, SIO_REG_LDN, sio_ld[i].ld_num); 553 nswrite(sc->sc_iot, sc->sc_ioh, SIO_REG_LDN, SIO_LDN_GPIO); 554 nswrite(sc->sc_iot, sc->sc_ioh, SIO_GPIO_PINSEL, v); 659 nswrite(sc->sc_iot, sc->sc_ioh, SIO_REG_LDN, SIO_LDN_GPIO); 672 nswrite(sc->sc_iot, sc->sc_ioh, SIO_GPIO_PINCFG, conf);
|