Lines Matching refs:pCardInfo
938 static int FlashPoint_ProbeHostAdapter(struct sccb_mgr_info *pCardInfo) in FlashPoint_ProbeHostAdapter() argument
947 ioport = pCardInfo->si_baseaddr; in FlashPoint_ProbeHostAdapter()
1000 pCardInfo->si_id = pCurrNvRam->niAdapId; in FlashPoint_ProbeHostAdapter()
1002 pCardInfo->si_id = in FlashPoint_ProbeHostAdapter()
1008 pCardInfo->si_lun = 0x00; in FlashPoint_ProbeHostAdapter()
1009 pCardInfo->si_fw_revision = ORION_FW_REV; in FlashPoint_ProbeHostAdapter()
1058 pCardInfo->si_per_targ_init_sync = temp2; in FlashPoint_ProbeHostAdapter()
1059 pCardInfo->si_per_targ_no_disc = temp3; in FlashPoint_ProbeHostAdapter()
1060 pCardInfo->si_per_targ_wide_nego = temp4; in FlashPoint_ProbeHostAdapter()
1061 pCardInfo->si_per_targ_fast_nego = temp5; in FlashPoint_ProbeHostAdapter()
1062 pCardInfo->si_per_targ_ultra_nego = temp6; in FlashPoint_ProbeHostAdapter()
1076 pCardInfo->si_mflags = 0x0000; in FlashPoint_ProbeHostAdapter()
1079 pCardInfo->si_mflags |= SCSI_PARITY_ENA; in FlashPoint_ProbeHostAdapter()
1082 pCardInfo->si_mflags |= SOFT_RESET; in FlashPoint_ProbeHostAdapter()
1085 pCardInfo->si_mflags |= EXTENDED_TRANSLATION; in FlashPoint_ProbeHostAdapter()
1088 pCardInfo->si_mflags |= FLAG_SCAM_ENABLED; in FlashPoint_ProbeHostAdapter()
1091 pCardInfo->si_mflags |= FLAG_SCAM_LEVEL2; in FlashPoint_ProbeHostAdapter()
1107 pCardInfo->si_mflags |= SUPPORT_16TAR_32LUN; in FlashPoint_ProbeHostAdapter()
1109 pCardInfo->si_card_family = HARPOON_FAMILY; in FlashPoint_ProbeHostAdapter()
1110 pCardInfo->si_bustype = BUSTYPE_PCI; in FlashPoint_ProbeHostAdapter()
1113 pCardInfo->si_card_model[0] = '9'; in FlashPoint_ProbeHostAdapter()
1116 pCardInfo->si_card_model[1] = '3'; in FlashPoint_ProbeHostAdapter()
1117 pCardInfo->si_card_model[2] = '0'; in FlashPoint_ProbeHostAdapter()
1120 pCardInfo->si_card_model[1] = '5'; in FlashPoint_ProbeHostAdapter()
1121 pCardInfo->si_card_model[2] = '0'; in FlashPoint_ProbeHostAdapter()
1124 pCardInfo->si_card_model[1] = '3'; in FlashPoint_ProbeHostAdapter()
1125 pCardInfo->si_card_model[2] = '2'; in FlashPoint_ProbeHostAdapter()
1128 pCardInfo->si_card_model[1] = '5'; in FlashPoint_ProbeHostAdapter()
1129 pCardInfo->si_card_model[2] = '2'; in FlashPoint_ProbeHostAdapter()
1134 pCardInfo->si_card_model[0] = (unsigned char)(temp >> 8); in FlashPoint_ProbeHostAdapter()
1137 pCardInfo->si_card_model[1] = (unsigned char)(temp & 0x00FF); in FlashPoint_ProbeHostAdapter()
1138 pCardInfo->si_card_model[2] = (unsigned char)(temp >> 8); in FlashPoint_ProbeHostAdapter()
1141 if (pCardInfo->si_card_model[1] == '3') { in FlashPoint_ProbeHostAdapter()
1143 pCardInfo->si_mflags |= LOW_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1144 } else if (pCardInfo->si_card_model[2] == '0') { in FlashPoint_ProbeHostAdapter()
1148 pCardInfo->si_mflags |= LOW_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1151 pCardInfo->si_mflags |= HIGH_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1169 pCardInfo->si_mflags |= LOW_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1171 pCardInfo->si_mflags |= HIGH_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1178 pCardInfo->si_XlatInfo[i] = in FlashPoint_ProbeHostAdapter()
1185 pCardInfo->si_relative_cardnum = in FlashPoint_ProbeHostAdapter()
1200 pCardInfo->si_present = 0x01; in FlashPoint_ProbeHostAdapter()
1214 *pCardInfo) in FlashPoint_HardwareResetHostAdapter()
1222 ioport = pCardInfo->si_baseaddr; in FlashPoint_HardwareResetHostAdapter()
1250 CurrCard->cardInfo = pCardInfo; in FlashPoint_HardwareResetHostAdapter()
1270 for (i = 0, id = 0x01; i != pCardInfo->si_id; i++, id <<= 1) { in FlashPoint_HardwareResetHostAdapter()
1275 WR_HARPOON(ioport + hp_arb_id, pCardInfo->si_id); in FlashPoint_HardwareResetHostAdapter()
1276 CurrCard->ourId = pCardInfo->si_id; in FlashPoint_HardwareResetHostAdapter()
1278 i = (unsigned char)pCardInfo->si_mflags; in FlashPoint_HardwareResetHostAdapter()
1292 if (!(pCardInfo->si_mflags & SOFT_RESET)) { in FlashPoint_HardwareResetHostAdapter()
1296 FPT_scini(thisCard, pCardInfo->si_id, 0); in FlashPoint_HardwareResetHostAdapter()
1299 if (pCardInfo->si_mflags & POST_ALL_UNDERRRUNS) in FlashPoint_HardwareResetHostAdapter()
1328 temp = pCardInfo->si_per_targ_no_disc; in FlashPoint_HardwareResetHostAdapter()
1352 if (pCardInfo->si_per_targ_init_sync & sync_bit_map) { in FlashPoint_HardwareResetHostAdapter()
1371 if (pCardInfo->si_per_targ_wide_nego & sync_bit_map) { in FlashPoint_HardwareResetHostAdapter()