/freebsd/sys/dev/agp/ |
H A D | agp_apple.c | 61 uint32_t aperture; member 138 sc->aperture = 256*1024*1024; in agp_apple_attach() 140 for (sc->aperture = 256*1024*1024; sc->aperture >= 4*1024*1024; in agp_apple_attach() 141 sc->aperture /= 2) { in agp_apple_attach() 146 if (sc->aperture < 4*1024*1024) { in agp_apple_attach() 152 AGP_SET_APERTURE(dev, sc->aperture); in agp_apple_attach() 191 return (sc->aperture); in agp_apple_get_aperture() 195 agp_apple_set_aperture(device_t dev, uint32_t aperture) in agp_apple_set_aperture() argument 203 if (aperture % (4*1024*1024) in agp_apple_set_aperture() 204 || aperture < 4*1024*1024 in agp_apple_set_aperture() [all …]
|
H A D | agp_amd64.c | 291 agp_amd64_set_aperture(device_t dev, uint32_t aperture) in agp_amd64_set_aperture() argument 298 if (agp_amd64_table[i] == aperture) in agp_amd64_set_aperture() 310 return (agp_amd64_uli_set_aperture(dev, aperture)); in agp_amd64_set_aperture() 314 return (agp_amd64_nvidia_set_aperture(dev, aperture)); in agp_amd64_set_aperture() 319 return (agp_amd64_via_set_aperture(dev, aperture)); in agp_amd64_set_aperture() 397 agp_amd64_uli_set_aperture(device_t dev, uint32_t aperture) in agp_amd64_uli_set_aperture() argument 401 switch (aperture) { in agp_amd64_uli_set_aperture() 412 sc->apbase + aperture - 1, 4); in agp_amd64_uli_set_aperture() 431 agp_amd64_nvidia_set_aperture(device_t dev, uint32_t aperture) in agp_amd64_nvidia_set_aperture() argument 436 switch (aperture) { in agp_amd64_nvidia_set_aperture() [all …]
|
H A D | agp_sis.c | 204 agp_sis_set_aperture(device_t dev, u_int32_t aperture) in agp_sis_set_aperture() argument 212 if (aperture & (aperture - 1) in agp_sis_set_aperture() 213 || aperture < 4*1024*1024 in agp_sis_set_aperture() 214 || aperture > 256*1024*1024) in agp_sis_set_aperture() 217 gws = ffs(aperture / 4*1024*1024) - 1; in agp_sis_set_aperture()
|
H A D | agp_if.m | 47 # Return the current aperture size. 54 # Set the size of the aperture. Return EINVAL on error or 0 on success. 58 u_int32_t aperture; 62 # Bind a single page in the AGP aperture to a given physical address. 63 # The offset is a byte offset within the aperture which must be 73 # Unbind a single page in the AGP aperture. 125 # AGP aperture. This effectively defines a range of contiguous
|
H A D | agp_amd.c | 311 agp_amd_set_aperture(device_t dev, u_int32_t aperture) in agp_amd_set_aperture() argument 319 if (aperture & (aperture - 1) in agp_amd_set_aperture() 320 || aperture < 32*1024*1024 in agp_amd_set_aperture() 321 || aperture > 2U*1024*1024*1024) in agp_amd_set_aperture() 324 vas = ffs(aperture / 32*1024*1024) - 1; in agp_amd_set_aperture()
|
H A D | agp_via.c | 287 agp_via_set_aperture(device_t dev, u_int32_t aperture) in agp_via_set_aperture() argument 296 apsize = ((aperture - 1) >> 20) ^ 0xff; in agp_via_set_aperture() 301 if ((((apsize ^ 0xff) << 20) | ((1 << 20) - 1)) + 1 != aperture) in agp_via_set_aperture() 306 switch (aperture) { in agp_via_set_aperture() 339 aperture / 1024 / 1024); in agp_via_set_aperture()
|
H A D | agp_i810.c | 144 static int agp_i810_set_aperture(device_t dev, u_int32_t aperture); 145 static int agp_i830_set_aperture(device_t dev, u_int32_t aperture); 146 static int agp_i915_set_aperture(device_t dev, u_int32_t aperture); 196 u_int32_t initial_aperture; /* aperture size at startup */ 901 * Stolen memory is set up at the beginning of the aperture by in agp_i915_get_stolen_size() 1307 device_printf(dev, "aperture size is %dM", in agp_i810_attach() 1358 /* Put the aperture back the way it started. */ in agp_i810_detach() 1384 * Sets the PCI resource size of the aperture on i830-class and below chipsets, 1389 * reconfigure the placement of the AGP aperture if a larger size is requested, 1393 agp_i810_set_aperture(device_t dev, u_int32_t aperture) in agp_i810_set_aperture() argument 1419 agp_i830_set_aperture(device_t dev,u_int32_t aperture) agp_i830_set_aperture() argument 1443 agp_i915_set_aperture(device_t dev,u_int32_t aperture) agp_i915_set_aperture() argument 1450 agp_i810_method_set_aperture(device_t dev,u_int32_t aperture) agp_i810_method_set_aperture() argument [all...] |
H A D | agp_intel.c | 339 agp_intel_set_aperture(device_t dev, u_int32_t aperture) in agp_intel_set_aperture() argument 349 apsize = ((aperture - 1) >> 22) ^ sc->aperture_mask; in agp_intel_set_aperture() 354 if ((((apsize ^ sc->aperture_mask) << 22) | ((1 << 22) - 1)) + 1 != aperture) in agp_intel_set_aperture()
|
H A D | agp_ali.c | 189 agp_ali_set_aperture(device_t dev, u_int32_t aperture) in agp_ali_set_aperture() argument 195 if (agp_ali_table[i] == aperture) in agp_ali_set_aperture()
|
H A D | agp_nvidia.c | 283 agp_nvidia_set_aperture(device_t dev, u_int32_t aperture) in agp_nvidia_set_aperture() argument 288 switch (aperture) { in agp_nvidia_set_aperture() 296 aperture / 1024 / 1024); in agp_nvidia_set_aperture()
|
H A D | agp_ati.c | 289 agp_ati_set_aperture(device_t dev, u_int32_t aperture) in agp_ati_set_aperture() argument 303 size_value |= (ffs(aperture / (32 * 1024 * 1024)) - 1) << 1; in agp_ati_set_aperture()
|
H A D | agppriv.h | 97 u_int32_t aperture);
|
H A D | agp.c | 324 agp_generic_set_aperture(device_t dev, u_int32_t aperture) in agp_generic_set_aperture() argument 329 if (current_aperture != aperture) in agp_generic_set_aperture()
|
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | mvebu-mbus.txt | 34 - pcie-mem-aperture: This optional property contains the aperture for 40 - pcie-io-aperture: Just as explained for the above property, this 41 optional property contains the aperture for the 65 pcie-mem-aperture = <0xe0000000 0x8000000>; 66 pcie-io-aperture = <0xe8000000 0x100000>;
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | nvidia,tegra20-mc.txt | 6 the controller's registers and the GART aperture respectively. 26 0x58000000 0x02000000>; /* GART aperture */
|
/freebsd/sys/contrib/device-tree/src/arc/ |
H A D | axc003_idu.dtsi | 106 * external DMA buffer located outside of IOC aperture. 159 * Move frame buffer out of IOC aperture (0x8z-0xaz).
|
H A D | axc003.dtsi | 99 * external DMA buffer located outside of IOC aperture. 153 * Move frame buffer out of IOC aperture (0x8z-0xaz).
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-370-xp.dtsi | 47 pcie-mem-aperture = <0xf8000000 0x7e00000>; 48 pcie-io-aperture = <0xffe00000 0x100000>;
|
H A D | kirkwood.dtsi | 42 pcie-mem-aperture = <0xe0000000 0x10000000>; /* 256 MiB memory space */ 43 pcie-io-aperture = <0xf2000000 0x100000>; /* 1 MiB I/O space */
|
H A D | armada-39x.dtsi | 59 pcie-mem-aperture = <0xe0000000 0x8000000>; 60 pcie-io-aperture = <0xe8000000 0x100000>;
|
H A D | armada-375.dtsi | 75 pcie-mem-aperture = <0xe0000000 0x8000000>; 76 pcie-io-aperture = <0xe8000000 0x100000>;
|
H A D | dove.dtsi | 84 pcie-mem-aperture = <0xe0000000 0x10000000>; /* 256M MEM space */ 85 pcie-io-aperture = <0xf2000000 0x00200000>; /* 2M I/O space */
|
H A D | armada-38x.dtsi | 42 pcie-mem-aperture = <0xe0000000 0x8000000>; 43 pcie-io-aperture = <0xe8000000 0x100000>;
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | nvidia,tegra194-pcie.txt | 30 "dbi": The aperture where root port's own configuration registers are
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra20.dtsi | 748 <0x58000000 0x02000000>; /* GART aperture */
|