Lines Matching refs:aperture
878 agp->aperture.bus_base = in marvel_agp_setup()
880 agp->aperture.size = aper->pg_count * PAGE_SIZE; in marvel_agp_setup()
881 agp->aperture.sysdata = aper; in marvel_agp_setup()
889 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_cleanup()
974 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_bind_memory()
982 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_unbind_memory()
990 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_translate()
994 if (addr < agp->aperture.bus_base || in marvel_agp_translate()
995 addr >= agp->aperture.bus_base + agp->aperture.size) { in marvel_agp_translate()
1076 agp->aperture.bus_base = 0; in marvel_agp_info()
1077 agp->aperture.size = 0; in marvel_agp_info()
1078 agp->aperture.sysdata = NULL; in marvel_agp_info()