Lines Matching full:aperture
36 static char *aperture = NULL; variable
44 if (aperture) { in uninorth_fetch_size()
45 char *save = aperture; in uninorth_fetch_size()
47 size = memparse(aperture, &aperture) >> 20; in uninorth_fetch_size()
48 aperture = save; in uninorth_fetch_size()
55 dev_err(&agp_bridge->dev->dev, "invalid aperture size, " in uninorth_fetch_size()
58 aperture = NULL; in uninorth_fetch_size()
120 /* aperture size and gatt addr */ in uninorth_configure()
128 * the AGP aperture isn't mapped at bus physical address 0 in uninorth_configure()
496 * Not sure that u3 supports that high aperture sizes but it
722 module_param(aperture, charp, 0);
723 MODULE_PARM_DESC(aperture,
724 "Aperture size, must be power of two between 4MB and an\n"