agp_max 65 dev/pci/agp.c static const int agp_max[][2] = { agp_max 76 dev/pci/agp.c #define agp_max_size (sizeof(agp_max)/sizeof(agp_max[0])) agp_max 84 dev/pci/agp.c for (i = 0; i < agp_max_size && memsize > agp_max[i][0]; i++) agp_max 88 dev/pci/agp.c sc->sc_maxmem = agp_max[i][1] << 20;