Home | History | Annotate | Download | only in pci

Lines Matching refs:aperture

51 	u_int32_t	initial_aperture; /* aperture size at startup */
89 aprint_error(": failed to map aperture\n");
106 * aperture so that the gatt size reduces.
110 aprint_error(": failed to set aperture\n");
147 /* Put the aperture back the way it started. */
181 * The aperture size is derived from the low bits of attbase.
191 agp_ali_set_aperture(struct agp_softc *sc, u_int32_t aperture)
196 if (aperture & (aperture - 1) || aperture < 1*M)
200 if (agp_ali_table[i] == aperture)