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()
1055 pCardInfo->si_per_targ_init_sync = temp2; in FlashPoint_ProbeHostAdapter()
1056 pCardInfo->si_per_targ_no_disc = temp3; in FlashPoint_ProbeHostAdapter()
1057 pCardInfo->si_per_targ_wide_nego = temp4; in FlashPoint_ProbeHostAdapter()
1058 pCardInfo->si_per_targ_fast_nego = temp5; in FlashPoint_ProbeHostAdapter()
1059 pCardInfo->si_per_targ_ultra_nego = temp6; in FlashPoint_ProbeHostAdapter()
1073 pCardInfo->si_flags = 0x0000; in FlashPoint_ProbeHostAdapter()
1076 pCardInfo->si_flags |= SCSI_PARITY_ENA; in FlashPoint_ProbeHostAdapter()
1079 pCardInfo->si_flags |= SOFT_RESET; in FlashPoint_ProbeHostAdapter()
1082 pCardInfo->si_flags |= EXTENDED_TRANSLATION; in FlashPoint_ProbeHostAdapter()
1085 pCardInfo->si_flags |= FLAG_SCAM_ENABLED; in FlashPoint_ProbeHostAdapter()
1088 pCardInfo->si_flags |= FLAG_SCAM_LEVEL2; in FlashPoint_ProbeHostAdapter()
1104 pCardInfo->si_flags |= SUPPORT_16TAR_32LUN; in FlashPoint_ProbeHostAdapter()
1106 pCardInfo->si_card_family = HARPOON_FAMILY; in FlashPoint_ProbeHostAdapter()
1107 pCardInfo->si_bustype = BUSTYPE_PCI; in FlashPoint_ProbeHostAdapter()
1110 pCardInfo->si_card_model[0] = '9'; in FlashPoint_ProbeHostAdapter()
1113 pCardInfo->si_card_model[1] = '3'; in FlashPoint_ProbeHostAdapter()
1114 pCardInfo->si_card_model[2] = '0'; in FlashPoint_ProbeHostAdapter()
1117 pCardInfo->si_card_model[1] = '5'; in FlashPoint_ProbeHostAdapter()
1118 pCardInfo->si_card_model[2] = '0'; in FlashPoint_ProbeHostAdapter()
1121 pCardInfo->si_card_model[1] = '3'; in FlashPoint_ProbeHostAdapter()
1122 pCardInfo->si_card_model[2] = '2'; in FlashPoint_ProbeHostAdapter()
1125 pCardInfo->si_card_model[1] = '5'; in FlashPoint_ProbeHostAdapter()
1126 pCardInfo->si_card_model[2] = '2'; in FlashPoint_ProbeHostAdapter()
1131 pCardInfo->si_card_model[0] = (unsigned char)(temp >> 8); in FlashPoint_ProbeHostAdapter()
1134 pCardInfo->si_card_model[1] = (unsigned char)(temp & 0x00FF); in FlashPoint_ProbeHostAdapter()
1135 pCardInfo->si_card_model[2] = (unsigned char)(temp >> 8); in FlashPoint_ProbeHostAdapter()
1138 if (pCardInfo->si_card_model[1] == '3') { in FlashPoint_ProbeHostAdapter()
1140 pCardInfo->si_flags |= LOW_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1141 } else if (pCardInfo->si_card_model[2] == '0') { in FlashPoint_ProbeHostAdapter()
1145 pCardInfo->si_flags |= LOW_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1148 pCardInfo->si_flags |= HIGH_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1166 pCardInfo->si_flags |= LOW_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1168 pCardInfo->si_flags |= HIGH_BYTE_TERM; in FlashPoint_ProbeHostAdapter()
1175 pCardInfo->si_XlatInfo[i] = in FlashPoint_ProbeHostAdapter()
1182 pCardInfo->si_relative_cardnum = in FlashPoint_ProbeHostAdapter()
1197 pCardInfo->si_present = 0x01; in FlashPoint_ProbeHostAdapter()
1211 *pCardInfo) in FlashPoint_HardwareResetHostAdapter()
1219 ioport = pCardInfo->si_baseaddr; in FlashPoint_HardwareResetHostAdapter()
1247 CurrCard->cardInfo = pCardInfo; in FlashPoint_HardwareResetHostAdapter()
1267 for (i = 0, id = 0x01; i != pCardInfo->si_id; i++, id <<= 1) { in FlashPoint_HardwareResetHostAdapter()
1272 WR_HARPOON(ioport + hp_arb_id, pCardInfo->si_id); in FlashPoint_HardwareResetHostAdapter()
1273 CurrCard->ourId = pCardInfo->si_id; in FlashPoint_HardwareResetHostAdapter()
1275 i = (unsigned char)pCardInfo->si_flags; in FlashPoint_HardwareResetHostAdapter()
1289 if (!(pCardInfo->si_flags & SOFT_RESET)) { in FlashPoint_HardwareResetHostAdapter()
1293 FPT_scini(thisCard, pCardInfo->si_id, 0); in FlashPoint_HardwareResetHostAdapter()
1296 if (pCardInfo->si_flags & POST_ALL_UNDERRRUNS) in FlashPoint_HardwareResetHostAdapter()
1325 temp = pCardInfo->si_per_targ_no_disc; in FlashPoint_HardwareResetHostAdapter()
1349 if (pCardInfo->si_per_targ_init_sync & sync_bit_map) { in FlashPoint_HardwareResetHostAdapter()
1368 if (pCardInfo->si_per_targ_wide_nego & sync_bit_map) { in FlashPoint_HardwareResetHostAdapter()