Lines Matching full:aperture
928 agp->aperture.bus_base = in marvel_agp_setup()
930 agp->aperture.size = aper->pg_count * PAGE_SIZE; in marvel_agp_setup()
931 agp->aperture.sysdata = aper; in marvel_agp_setup()
939 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_cleanup()
1024 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_bind_memory()
1032 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_unbind_memory()
1040 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_translate()
1044 if (addr < agp->aperture.bus_base || in marvel_agp_translate()
1045 addr >= agp->aperture.bus_base + agp->aperture.size) { in marvel_agp_translate()
1124 * Aperture - not configured until ops.setup(). in marvel_agp_info()
1126 agp->aperture.bus_base = 0; in marvel_agp_info()
1127 agp->aperture.size = 0; in marvel_agp_info()
1128 agp->aperture.sysdata = NULL; in marvel_agp_info()