vr_btag           667 dev/pci/if_vr.c 	    &sc->vr_btag, &sc->vr_bhandle, NULL, &size, 0)) {
vr_btag           673 dev/pci/if_vr.c 	    &sc->vr_btag, &sc->vr_bhandle, NULL, &size, 0)) {
vr_btag           808 dev/pci/if_vr.c 	bus_space_unmap(sc->vr_btag, sc->vr_bhandle, size);
vr_btag           463 dev/pci/if_vrreg.h 	bus_space_tag_t		vr_btag;	/* bus space tag */
vr_btag           483 dev/pci/if_vrreg.h 	bus_space_write_4(sc->vr_btag, sc->vr_bhandle, reg, val)
vr_btag           485 dev/pci/if_vrreg.h 	bus_space_write_2(sc->vr_btag, sc->vr_bhandle, reg, val)
vr_btag           487 dev/pci/if_vrreg.h 	bus_space_write_1(sc->vr_btag, sc->vr_bhandle, reg, val)
vr_btag           490 dev/pci/if_vrreg.h 	bus_space_read_4(sc->vr_btag, sc->vr_bhandle, reg)
vr_btag           492 dev/pci/if_vrreg.h 	bus_space_read_2(sc->vr_btag, sc->vr_bhandle, reg)
vr_btag           494 dev/pci/if_vrreg.h 	bus_space_read_1(sc->vr_btag, sc->vr_bhandle, reg)