Lines Matching refs:aperture
923 agp->aperture.bus_base = in marvel_agp_setup()
925 agp->aperture.size = aper->pg_count * PAGE_SIZE; in marvel_agp_setup()
926 agp->aperture.sysdata = aper; in marvel_agp_setup()
934 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_cleanup()
1019 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_bind_memory()
1027 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_unbind_memory()
1035 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_translate()
1039 if (addr < agp->aperture.bus_base || in marvel_agp_translate()
1040 addr >= agp->aperture.bus_base + agp->aperture.size) { in marvel_agp_translate()
1121 agp->aperture.bus_base = 0; in marvel_agp_info()
1122 agp->aperture.size = 0; in marvel_agp_info()
1123 agp->aperture.sysdata = NULL; in marvel_agp_info()