Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dvga_pcivar.h90 u_int32_t sc_maxmem; /* allocation upper bound */ member
Dvga_pci.c231 sc->sc_maxmem = agp_max[i][1] << 20;
351 info->pg_system = sc->sc_maxmem >> AGP_PAGE_SHIFT;
393 if (sc->sc_allocated + size > sc->sc_maxmem)
Dagp_i810.c439 if (sc->sc_allocated + size > sc->sc_maxmem) in agp_i810_alloc_memory()