Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/vme/
H A Dvme_machdep.c77 vba.vba_iot = beb_alloc_bus_space_tag(NULL); in vmebusattach()
79 if ((vba.vba_iot == NULL) || (vba.vba_memt == NULL)) { in vmebusattach()
87 vba.vba_iot->base = 0; in vmebusattach()
H A Dvmevar.h47 bus_space_tag_t vba_iot; /* vme i/o space tag */ member
H A Dvme.c71 sc->sc_iot = vba->vba_iot; in vmeattach()