brandid           181 arch/i386/pci/ichpcib.c 	int family, model, stepping, brandid;
brandid           190 arch/i386/pci/ichpcib.c 	brandid = cpu_miscinfo & 0xff; /* XXX should put this in ci */
brandid           201 arch/i386/pci/ichpcib.c 	    ((stepping == 4 && (brandid == 14 || brandid == 15)) ||
brandid           202 arch/i386/pci/ichpcib.c 	    (stepping == 7 && brandid == 14) ||
brandid           203 arch/i386/pci/ichpcib.c 	    (stepping == 9 && (brandid == 14 || strncasecmp(cpu_model, p4hint,