chiptype           70 dev/pci/agp_i810.c 	int chiptype;			/* i810-like or i830 */
chiptype          134 dev/pci/agp_i810.c 		isc->chiptype = CHIP_I810;
chiptype          138 dev/pci/agp_i810.c 		isc->chiptype = CHIP_I830;
chiptype          142 dev/pci/agp_i810.c 		isc->chiptype = CHIP_I855;
chiptype          148 dev/pci/agp_i810.c 		isc->chiptype = CHIP_I915;
chiptype          152 dev/pci/agp_i810.c 		isc->chiptype = CHIP_I965;
chiptype          156 dev/pci/agp_i810.c 	switch (isc->chiptype) {
chiptype          186 dev/pci/agp_i810.c 	if (isc->chiptype == CHIP_I915) {
chiptype          205 dev/pci/agp_i810.c 	if (isc->chiptype == CHIP_I810) {
chiptype          228 dev/pci/agp_i810.c 	} else if (isc->chiptype == CHIP_I830) {
chiptype          267 dev/pci/agp_i810.c 	} else if (isc->chiptype == CHIP_I915) {
chiptype          318 dev/pci/agp_i810.c 	} else if (isc->chiptype == CHIP_I965) {
chiptype          450 dev/pci/agp_i810.c 	if (isc->chiptype == CHIP_I810) {
chiptype          461 dev/pci/agp_i810.c 	} else if (isc->chiptype == CHIP_I830) {
chiptype          471 dev/pci/agp_i810.c 	} else if (isc->chiptype == CHIP_I915) {
chiptype          479 dev/pci/agp_i810.c 	} else if (isc->chiptype == CHIP_I965) {
chiptype          502 dev/pci/agp_i810.c 	if (isc->chiptype == CHIP_I810) {
chiptype          527 dev/pci/agp_i810.c 	} else if (isc->chiptype == CHIP_I830) {
chiptype          548 dev/pci/agp_i810.c 	} else if (isc->chiptype == CHIP_I915) {
chiptype          563 dev/pci/agp_i810.c 	} else if (isc->chiptype == CHIP_I965) {
chiptype          607 dev/pci/agp_i810.c 	if (isc->chiptype != CHIP_I810) {
chiptype          628 dev/pci/agp_i810.c 	if (isc->chiptype != CHIP_I810 ) {
chiptype          669 dev/pci/agp_i810.c 		if (isc->chiptype != CHIP_I810 )
chiptype          777 dev/pci/agp_i810.c 	if (isc->chiptype != CHIP_I810)
chiptype          806 dev/pci/agp_i810.c 	if (isc->chiptype != CHIP_I810)
chiptype          823 dev/pci/agp_i810.c 	if (isc->chiptype == CHIP_I915)
chiptype          825 dev/pci/agp_i810.c 	else if (isc->chiptype == CHIP_I965) {