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

  /src/sys/dev/pci/
mgafbvar.h 59 bool ci_has_wram; /* WRAM (vs SGRAM/SDRAM)? */ member in struct:mgafb_chip_info
mgafb.c 202 .ci_has_wram = true,
210 .ci_has_wram = true,
218 .ci_has_wram = false,
337 if (sc->sc_ci->ci_has_wram) {
1073 if (sc->sc_ci->ci_has_wram)
1240 is_narrow = !sc->sc_ci->ci_has_wram ||
1597 interleave = sc->sc_ci->ci_has_wram &&

Completed in 16 milliseconds