lm_isa_common.c | 60 bus_space_handle_t lm_ioh; member in struct:lm_isa_softc 87 sc->lm_ioh = ioh; 117 &sc->lm_ioh)) { 138 bus_space_unmap(sc->lm_iot, sc->lm_ioh, 8); 147 bus_space_write_1(sc->lm_iot, sc->lm_ioh, LMC_ADDR, reg); 148 return bus_space_read_1(sc->lm_iot, sc->lm_ioh, LMC_DATA); 156 bus_space_write_1(sc->lm_iot, sc->lm_ioh, LMC_ADDR, reg); 157 bus_space_write_1(sc->lm_iot, sc->lm_ioh, LMC_DATA, val);
|