HomeSort by: relevance | last modified time | path
    Searched defs:agp_max (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
agp.c 315 static const u_int agp_max[][2] = { variable in typeref:typename:const u_int[][2]
326 #define agp_max_size (sizeof(agp_max) / sizeof(agp_max[0]))
355 if (memsize <= agp_max[i][0])
360 sc->as_maxmem = agp_max[i][1] << 20U;
agp.c 315 static const u_int agp_max[][2] = { variable in typeref:typename:const u_int[][2]
326 #define agp_max_size (sizeof(agp_max) / sizeof(agp_max[0]))
355 if (memsize <= agp_max[i][0])
360 sc->as_maxmem = agp_max[i][1] << 20U;

Completed in 24 milliseconds