Lines Matching refs:aperture
881 agp->aperture.bus_base = in marvel_agp_setup()
883 agp->aperture.size = aper->pg_count * PAGE_SIZE; in marvel_agp_setup()
884 agp->aperture.sysdata = aper; in marvel_agp_setup()
892 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_cleanup()
977 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_bind_memory()
985 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_unbind_memory()
993 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_translate()
997 if (addr < agp->aperture.bus_base || in marvel_agp_translate()
998 addr >= agp->aperture.bus_base + agp->aperture.size) { in marvel_agp_translate()
1079 agp->aperture.bus_base = 0; in marvel_agp_info()
1080 agp->aperture.size = 0; in marvel_agp_info()
1081 agp->aperture.sysdata = NULL; in marvel_agp_info()