neo.c | 122 bus_space_handle_t bufioh; member in struct:neo_softc 277 bus_space_read_4((sc)->bufiot, (sc)->bufioh, (regno)) 280 bus_space_write_1((sc)->bufiot, (sc)->bufioh, (regno), (val)) 469 sc->buf_vaddr = (vaddr_t) bus_space_vaddr(sc->bufiot, sc->bufioh); 573 &sc->bufiot, &sc->bufioh, &sc->buf_pciaddr, NULL)) {
|