Home
last modified time | relevance | path

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

/freebsd/sys/dev/agp/
H A Dagp.c174 static u_int agp_max[][2] = { variable
185 #define AGP_MAX_SIZE nitems(agp_max)
230 if (memsize <= agp_max[i][0]) in agp_generic_attach()
235 sc->as_maxmem = agp_max[i][1] << 20U; in agp_generic_attach()