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

/freebsd-12-stable/sys/dev/agp/
H A Dagp.c179 static u_int agp_max[][2] = { variable
190 #define AGP_MAX_SIZE nitems(agp_max)
234 if (memsize <= agp_max[i][0])
239 sc->as_maxmem = agp_max[i][1] << 20U;

Completed in 105 milliseconds