Home
last modified time | relevance | path

Searched refs:aperture (Results 1 – 12 of 12) 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/arc/plat-axs10x/
Daxs10x.c161 struct aperture { struct
187 static const struct aperture axc001_memmap[16] = {
210 static const struct aperture axc001_axi_tunnel_memmap[16] = {
233 static const struct aperture axs_mb_memmap[16] = {
253 axs101_set_memmap(void __iomem *base, const struct aperture map[16]) in axs101_set_memmap()
/arch/alpha/include/asm/
Dagp_backend.h25 } aperture; member
/arch/arm/boot/dts/
Dkirkwood.dtsi40 pcie-mem-aperture = <0xe0000000 0x10000000>; /* 256 MiB memory space */
41 pcie-io-aperture = <0xf2000000 0x100000>; /* 1 MiB I/O space */
Darmada-370-xp.dtsi86 pcie-mem-aperture = <0xf8000000 0x7e00000>;
87 pcie-io-aperture = <0xffe00000 0x100000>;
Darmada-39x.dtsi88 pcie-mem-aperture = <0xe0000000 0x8000000>;
89 pcie-io-aperture = <0xe8000000 0x100000>;
Darmada-38x.dtsi77 pcie-mem-aperture = <0xe0000000 0x8000000>;
78 pcie-io-aperture = <0xe8000000 0x100000>;
Ddove.dtsi77 pcie-mem-aperture = <0xe0000000 0x10000000>; /* 256M MEM space */
78 pcie-io-aperture = <0xf2000000 0x00200000>; /* 2M I/O space */
Darmada-375.dtsi110 pcie-mem-aperture = <0xe0000000 0x8000000>;
111 pcie-io-aperture = <0xe8000000 0x100000>;
Dtegra20.dtsi557 0x58000000 0x02000000>; /* GART aperture */
/arch/x86/
DKconfig.debug187 IOMMU/AGP aperture. Most of the options enabled by this can