Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/vme/
H A Dvme_machdep.c78 vba.vba_memt = beb_alloc_bus_space_tag(NULL); in vmebusattach()
79 if ((vba.vba_iot == NULL) || (vba.vba_memt == NULL)) { in vmebusattach()
88 vba.vba_memt->base = 0; in vmebusattach()
H A Dvmevar.h48 bus_space_tag_t vba_memt; /* vme mem space tag */ member
H A Dvme.c72 sc->sc_memt = vba->vba_memt; in vmeattach()