Home
last modified time | relevance | path

Searched refs:agp_max (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/agp/
HDagp.c177 static u_int agp_max[][2] = { variable
188 #define agp_max_size (sizeof(agp_max) / sizeof(agp_max[0]))
232 if (memsize <= agp_max[i][0]) in agp_generic_attach()
237 sc->as_maxmem = agp_max[i][1] << 20U; in agp_generic_attach()