Lines Matching refs:pCardInfo

910 static int FlashPoint_ProbeHostAdapter(struct sccb_mgr_info *pCardInfo)  in FlashPoint_ProbeHostAdapter()  argument
919 ioport = pCardInfo->si_baseaddr; in FlashPoint_ProbeHostAdapter()
972 pCardInfo->si_id = pCurrNvRam->niAdapId; in FlashPoint_ProbeHostAdapter()
974 pCardInfo->si_id = in FlashPoint_ProbeHostAdapter()
980 pCardInfo->si_lun = 0x00; in FlashPoint_ProbeHostAdapter()
981 pCardInfo->si_fw_revision = ORION_FW_REV; in FlashPoint_ProbeHostAdapter()
1030 pCardInfo->si_per_targ_init_sync = temp2; in FlashPoint_ProbeHostAdapter()
1031 pCardInfo->si_per_targ_no_disc = temp3; in FlashPoint_ProbeHostAdapter()
1032 pCardInfo->si_per_targ_wide_nego = temp4; in FlashPoint_ProbeHostAdapter()
1033 pCardInfo->si_per_targ_fast_nego = temp5; in FlashPoint_ProbeHostAdapter()
1034 pCardInfo->si_per_targ_ultra_nego = temp6; in FlashPoint_ProbeHostAdapter()
1048 pCardInfo->si_mflags = 0x0000; in FlashPoint_ProbeHostAdapter()
1051 pCardInfo->si_mflags |= SCSI_PARITY_ENA; in FlashPoint_ProbeHostAdapter()
1054 pCardInfo->si_mflags |= SOFT_RESET; in FlashPoint_ProbeHostAdapter()
1057 pCardInfo->si_mflags |= EXTENDED_TRANSLATION; in FlashPoint_ProbeHostAdapter()
1060 pCardInfo->si_mflags |= FLAG_SCAM_ENABLED; in FlashPoint_ProbeHostAdapter()
1063 pCardInfo->si_mflags |= FLAG_SCAM_LEVEL2; in FlashPoint_ProbeHostAdapter()
1079 pCardInfo->si_mflags |= SUPPORT_16TAR_32LUN; in FlashPoint_ProbeHostAdapter()
1081 pCardInfo->si_card_family = HARPOON_FAMILY; in FlashPoint_ProbeHostAdapter()
1082 pCardInfo->si_bustype = BUSTYPE_PCI; in FlashPoint_ProbeHostAdapter()
1085 pCardInfo->si_card_model[0] = '9'; in FlashPoint_ProbeHostAdapter()
1088 pCardInfo->si_card_model[1] = '3'; in FlashPoint_ProbeHostAdapter()
1089 pCardInfo->si_card_model[2] = '0'; in FlashPoint_ProbeHostAdapter()
1092 pCardInfo->si_card_model[1] = '5'; in FlashPoint_ProbeHostAdapter()
1093 pCardInfo->si_card_model[2] = '0'; in FlashPoint_ProbeHostAdapter()
1096 pCardInfo->si_card_model[1] = '3'; in FlashPoint_ProbeHostAdapter()
1097 pCardInfo->si_card_model[2] = '2'; in FlashPoint_ProbeHostAdapter()
1100 pCardInfo->si_card_model[1] = '5'; in FlashPoint_ProbeHostAdapter()
1101 pCardInfo->si_card_model[2] = '2'; in FlashPoint_ProbeHostAdapter()
1106 pCardInfo->si_card_model[0] = (unsigned char)(temp >> 8); in FlashPoint_ProbeHostAdapter()
1109 pCardInfo->si_card_model[1] = (unsigned char)(temp & 0x00FF); in FlashPoint_ProbeHostAdapter()
1110 pCardInfo->si_card_model[2] = (unsigned char)(temp >> 8); in FlashPoint_ProbeHostAdapter()
1113 if (pCardInfo->si_card_model[1] == '3') { in FlashPoint_ProbeHostAdapter()
1115 pCardInfo->si_mflags |= LOW_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1116 } else if (pCardInfo->si_card_model[2] == '0') { in FlashPoint_ProbeHostAdapter()
1120 pCardInfo->si_mflags |= LOW_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1123 pCardInfo->si_mflags |= HIGH_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1141 pCardInfo->si_mflags |= LOW_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1143 pCardInfo->si_mflags |= HIGH_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1150 pCardInfo->si_XlatInfo[i] = in FlashPoint_ProbeHostAdapter()
1157 pCardInfo->si_relative_cardnum = in FlashPoint_ProbeHostAdapter()
1172 pCardInfo->si_present = 0x01; in FlashPoint_ProbeHostAdapter()
1186 *pCardInfo) in FlashPoint_HardwareResetHostAdapter()
1194 ioport = pCardInfo->si_baseaddr; in FlashPoint_HardwareResetHostAdapter()
1222 CurrCard->cardInfo = pCardInfo; in FlashPoint_HardwareResetHostAdapter()
1242 for (i = 0, id = 0x01; i != pCardInfo->si_id; i++, id <<= 1) { in FlashPoint_HardwareResetHostAdapter()
1247 WR_HARPOON(ioport + hp_arb_id, pCardInfo->si_id); in FlashPoint_HardwareResetHostAdapter()
1248 CurrCard->ourId = pCardInfo->si_id; in FlashPoint_HardwareResetHostAdapter()
1250 i = (unsigned char)pCardInfo->si_mflags; in FlashPoint_HardwareResetHostAdapter()
1264 if (!(pCardInfo->si_mflags & SOFT_RESET)) { in FlashPoint_HardwareResetHostAdapter()
1268 FPT_scini(thisCard, pCardInfo->si_id, 0); in FlashPoint_HardwareResetHostAdapter()
1271 if (pCardInfo->si_mflags & POST_ALL_UNDERRRUNS) in FlashPoint_HardwareResetHostAdapter()
1300 temp = pCardInfo->si_per_targ_no_disc; in FlashPoint_HardwareResetHostAdapter()
1324 if (pCardInfo->si_per_targ_init_sync & sync_bit_map) { in FlashPoint_HardwareResetHostAdapter()
1343 if (pCardInfo->si_per_targ_wide_nego & sync_bit_map) { in FlashPoint_HardwareResetHostAdapter()