Home
last modified time | relevance | path

Searched refs:as_aperture (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/agp/
H A Dagp.c218 sc->as_aperture = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in agp_generic_attach()
220 if (!sc->as_aperture) in agp_generic_attach()
292 if (sc->as_aperture != NULL) in agp_free_res()
294 sc->as_aperture); in agp_free_res()
316 return rman_get_size(sc->as_aperture); in agp_generic_get_aperture()
738 if (sc->as_aperture) in agp_info_user()
739 info->aper_base = rman_get_start(sc->as_aperture); in agp_info_user()
897 if (sc->as_aperture == NULL) in agp_mmap()
899 *paddr = rman_get_start(sc->as_aperture) + offset; in agp_mmap()
940 if (sc->as_aperture != NULL) in agp_get_info()
[all …]
H A Dagppriv.h68 struct resource *as_aperture; /* location of aperture */ member
H A Dagp_nvidia.c191 apbase = rman_get_start(sc->agp.as_aperture); in agp_nvidia_attach()
257 nvidia_init_iorr(rman_get_start(sc->agp.as_aperture), in agp_nvidia_detach()
H A Dagp_amd64.c377 sc->apbase = rman_get_start(sc->agp.as_aperture); in agp_amd64_apbase_fixup()
H A Dagp_i810.c1971 if (sc->agp.as_aperture != NULL) in agp_intel_gtt_get()
1972 res.gma_bus_addr = rman_get_start(sc->agp.as_aperture); in agp_intel_gtt_get()