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