Lines Matching refs:aperture
929 agp->aperture.bus_base = in marvel_agp_setup()
931 agp->aperture.size = aper->pg_count * PAGE_SIZE; in marvel_agp_setup()
932 agp->aperture.sysdata = aper; in marvel_agp_setup()
940 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_cleanup()
1025 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_bind_memory()
1033 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_unbind_memory()
1041 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_translate()
1045 if (addr < agp->aperture.bus_base || in marvel_agp_translate()
1046 addr >= agp->aperture.bus_base + agp->aperture.size) { in marvel_agp_translate()
1127 agp->aperture.bus_base = 0; in marvel_agp_info()
1128 agp->aperture.size = 0; in marvel_agp_info()
1129 agp->aperture.sysdata = NULL; in marvel_agp_info()