Lines Matching full:aperture
875 agp->aperture.bus_base = in marvel_agp_setup()
877 agp->aperture.size = aper->pg_count * PAGE_SIZE; in marvel_agp_setup()
878 agp->aperture.sysdata = aper; in marvel_agp_setup()
886 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_cleanup()
971 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_bind_memory()
979 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_unbind_memory()
987 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_translate()
991 if (addr < agp->aperture.bus_base || in marvel_agp_translate()
992 addr >= agp->aperture.bus_base + agp->aperture.size) { in marvel_agp_translate()
1071 * Aperture - not configured until ops.setup(). in marvel_agp_info()
1073 agp->aperture.bus_base = 0; in marvel_agp_info()
1074 agp->aperture.size = 0; in marvel_agp_info()
1075 agp->aperture.sysdata = NULL; in marvel_agp_info()