Home
last modified time | relevance | path

Searched refs:aperture (Results 1 – 4 of 4) sorted by relevance

/arch/alpha/kernel/
Dcore_titan.c607 agp->aperture.bus_base = in titan_agp_setup()
609 agp->aperture.size = aper->pg_count * PAGE_SIZE; in titan_agp_setup()
610 agp->aperture.sysdata = aper; in titan_agp_setup()
618 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_cleanup()
681 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_bind_memory()
689 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_unbind_memory()
697 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_translate()
701 if (addr < agp->aperture.bus_base || in titan_agp_translate()
702 addr >= agp->aperture.bus_base + agp->aperture.size) { in titan_agp_translate()
775 agp->aperture.bus_base = 0; in titan_agp_info()
[all …]
Dcore_marvel.c921 agp->aperture.bus_base = in marvel_agp_setup()
923 agp->aperture.size = aper->pg_count * PAGE_SIZE; in marvel_agp_setup()
924 agp->aperture.sysdata = aper; in marvel_agp_setup()
932 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_cleanup()
1017 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_bind_memory()
1025 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_unbind_memory()
1033 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_translate()
1037 if (addr < agp->aperture.bus_base || in marvel_agp_translate()
1038 addr >= agp->aperture.bus_base + agp->aperture.size) { in marvel_agp_translate()
1119 agp->aperture.bus_base = 0; in marvel_agp_info()
[all …]
/arch/alpha/include/asm/
Dagp_backend.h25 } aperture; member
/arch/x86/
DKconfig.debug143 IOMMU/AGP aperture. Most of the options enabled by this can