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

  /src/sys/dev/pci/
agp_i810var.h 39 int chiptype; /* chipset family: i810, i830, &c. */ member in struct:agp_i810_softc
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...]
  /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 14 milliseconds