Lines Matching refs:aperture
610 agp->aperture.bus_base = in titan_agp_setup()
612 agp->aperture.size = aper->pg_count * PAGE_SIZE; in titan_agp_setup()
613 agp->aperture.sysdata = aper; in titan_agp_setup()
621 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_cleanup()
684 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_bind_memory()
692 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_unbind_memory()
700 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_translate()
704 if (addr < agp->aperture.bus_base || in titan_agp_translate()
705 addr >= agp->aperture.bus_base + agp->aperture.size) { in titan_agp_translate()
778 agp->aperture.bus_base = 0; in titan_agp_info()
779 agp->aperture.size = 0; in titan_agp_info()
780 agp->aperture.sysdata = NULL; in titan_agp_info()