Lines Matching refs:aperture
612 agp->aperture.bus_base = in titan_agp_setup()
614 agp->aperture.size = aper->pg_count * PAGE_SIZE; in titan_agp_setup()
615 agp->aperture.sysdata = aper; in titan_agp_setup()
623 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_cleanup()
686 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_bind_memory()
694 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_unbind_memory()
702 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_translate()
706 if (addr < agp->aperture.bus_base || in titan_agp_translate()
707 addr >= agp->aperture.bus_base + agp->aperture.size) { in titan_agp_translate()
780 agp->aperture.bus_base = 0; in titan_agp_info()
781 agp->aperture.size = 0; in titan_agp_info()
782 agp->aperture.sysdata = NULL; in titan_agp_info()