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

  /src/sys/dev/pci/
agp_i810.c 147 if (isc->chiptype == CHIP_I965 ||
148 isc->chiptype == CHIP_G33 ||
149 isc->chiptype == CHIP_PINEVIEW ||
150 isc->chiptype == CHIP_G4X) {
194 switch (isc->chiptype) {
355 isc->chiptype = CHIP_I810;
360 isc->chiptype = CHIP_I830;
365 isc->chiptype = CHIP_I855;
375 isc->chiptype = CHIP_I915;
388 isc->chiptype = CHIP_I965
    [all...]
agp_intel.c 56 int chiptype; /* Chip type */ member in struct:agp_intel_softc
123 isc->chiptype = CHIP_INTEL;
140 isc->chiptype = CHIP_I443;
143 isc->chiptype = CHIP_I840;
148 isc->chiptype = CHIP_I845;
151 isc->chiptype = CHIP_I850;
155 isc->chiptype = CHIP_I865;
203 switch (isc->chiptype) {
216 switch (isc->chiptype) {
248 switch (isc->chiptype) {
    [all...]
agp_i810var.h 39 int chiptype; /* chipset family: i810, i830, &c. */ member in struct:agp_i810_softc
  /src/sys/arch/prep/prep/
residual.c 610 const char *chiptype[] = { local in function:small_vendor_chipid
639 printf(" %s: %s\n", chiptype[svid[j].type], svid[j].name);

Completed in 15 milliseconds