Home | Sort by: relevance | last modified time | path |
/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; |