chip_type         274 dev/ic/adwlib.c 		switch(sc->chip_type) {
chip_type         353 dev/ic/adwlib.c 	if (sc->chip_type == ADW_CHIP_ASC3550) {
chip_type         376 dev/ic/adwlib.c 	if (sc->chip_type == ADW_CHIP_ASC38C0800 ||
chip_type         377 dev/ic/adwlib.c 	    sc->chip_type == ADW_CHIP_ASC38C1600) {
chip_type         448 dev/ic/adwlib.c 	switch(sc->chip_type) {
chip_type         566 dev/ic/adwlib.c 	switch (sc->chip_type) {
chip_type         606 dev/ic/adwlib.c 	if((error_code = AdwRamSelfTest(iot, ioh, sc->chip_type))) {
chip_type         614 dev/ic/adwlib.c 	if((error_code = AdwLoadMCode(iot, ioh, bios_mem, sc->chip_type))) {
chip_type         636 dev/ic/adwlib.c 	switch (sc->chip_type) {
chip_type         735 dev/ic/adwlib.c 	switch (sc->chip_type) {
chip_type         805 dev/ic/adwlib.c 	switch(sc->chip_type) {
chip_type         861 dev/ic/adwlib.c 	if(sc->chip_type == ADW_CHIP_ASC38C1600) {
chip_type         938 dev/ic/adwlib.c AdwRamSelfTest(iot, ioh, chip_type)
chip_type         941 dev/ic/adwlib.c 	u_int8_t chip_type;
chip_type         947 dev/ic/adwlib.c 	if ((chip_type == ADW_CHIP_ASC38C0800) ||
chip_type         948 dev/ic/adwlib.c 	    (chip_type == ADW_CHIP_ASC38C1600)) {
chip_type        1027 dev/ic/adwlib.c AdwLoadMCode(iot, ioh, bios_mem, chip_type)
chip_type        1031 dev/ic/adwlib.c 	u_int8_t chip_type;
chip_type        1046 dev/ic/adwlib.c 	switch(chip_type) {
chip_type        1145 dev/ic/adwlib.c 		if(chip_type == ADW_CHIP_ASC3550) {
chip_type        1170 dev/ic/adwlib.c 	ADW_WRITE_WORD_LRAM(iot, ioh, ADW_MC_CHIP_TYPE, chip_type);
chip_type        1794 dev/ic/adwlib.c 	if (sc->chip_type == ADW_CHIP_ASC3550 ||
chip_type        1795 dev/ic/adwlib.c 	    sc->chip_type == ADW_CHIP_ASC38C0800) {
chip_type        1801 dev/ic/adwlib.c 		if (sc->chip_type == ADW_CHIP_ASC3550) {
chip_type        1810 dev/ic/adwlib.c 	} else if (sc->chip_type == ADW_CHIP_ASC38C1600) {
chip_type        1915 dev/ic/adwlib.c 	if (sc->chip_type == ADW_CHIP_ASC38C1600) {
chip_type        1960 dev/ic/adwlib.c 	if (sc->chip_type == ADW_CHIP_ASC38C1600) {
chip_type        2025 dev/ic/adwlib.c 		if (sc->chip_type == ADW_CHIP_ASC3550 ||
chip_type        2026 dev/ic/adwlib.c 	    	    sc->chip_type == ADW_CHIP_ASC38C0800) {
chip_type        2031 dev/ic/adwlib.c 				if (sc->chip_type == ADW_CHIP_ASC3550) {
chip_type        2181 dev/ic/adwlib.c 	if (sc->chip_type == ADW_CHIP_ASC3550) {
chip_type        2339 dev/ic/adwlib.c 		if (sc->chip_type == ADW_CHIP_ASC38C1600 &&
chip_type         780 dev/ic/adwlib.h 	u_int8_t	chip_type;	/* chip SCSI target ID */
chip_type         245 dev/isa/wss_isa.c detect_mad16(sc, chip_type)
chip_type         247 dev/isa/wss_isa.c     int chip_type;
chip_type         251 dev/isa/wss_isa.c     sc->mad_chip_type = chip_type;
chip_type         130 dev/pci/adw_pci.c 		sc->chip_type = ADW_CHIP_ASC3550;
chip_type         134 dev/pci/adw_pci.c 		sc->chip_type = ADW_CHIP_ASC38C0800;
chip_type         138 dev/pci/adw_pci.c 		sc->chip_type = ADW_CHIP_ASC38C1600;