• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:FlashPointInfo

178 			CCB->BaseAddress = HostAdapter->FlashPointInfo.BaseAddress;
1052 struct FlashPoint_Info *FlashPointInfo = &HostAdapter->FlashPointInfo;
1053 FlashPointInfo->BaseAddress = (u32) HostAdapter->IO_Address;
1054 FlashPointInfo->IRQ_Channel = HostAdapter->IRQ_Channel;
1055 FlashPointInfo->Present = false;
1056 if (!(FlashPoint_ProbeHostAdapter(FlashPointInfo) == 0 && FlashPointInfo->Present)) {
1123 struct FlashPoint_Info *FlashPointInfo = &HostAdapter->FlashPointInfo;
1124 FlashPointInfo->HostSoftReset = !HardReset;
1125 FlashPointInfo->ReportDataUnderrun = true;
1126 HostAdapter->CardHandle = FlashPoint_HardwareResetHostAdapter(FlashPointInfo);
1276 struct FlashPoint_Info *FlashPointInfo = &HostAdapter->FlashPointInfo;
1281 for (i = 0; i < sizeof(FlashPointInfo->ModelNumber); i++)
1282 *TargetPointer++ = FlashPointInfo->ModelNumber[i];
1285 HostAdapter->SCSI_ID = FlashPointInfo->SCSI_ID;
1286 HostAdapter->ExtendedTranslationEnabled = FlashPointInfo->ExtendedTranslationEnabled;
1287 HostAdapter->ParityCheckingEnabled = FlashPointInfo->ParityCheckingEnabled;
1288 HostAdapter->BusResetEnabled = !FlashPointInfo->HostSoftReset;
1290 HostAdapter->HostWideSCSI = FlashPointInfo->HostWideSCSI;
1296 HostAdapter->LowByteTerminated = FlashPointInfo->LowByteTerminated;
1297 HostAdapter->HighByteTerminated = FlashPointInfo->HighByteTerminated;
1298 HostAdapter->SCAM_Enabled = FlashPointInfo->SCAM_Enabled;
1299 HostAdapter->SCAM_Level2 = FlashPointInfo->SCAM_Level2;
1307 HostAdapter->SynchronousPermitted = FlashPointInfo->SynchronousPermitted;
1308 HostAdapter->FastPermitted = FlashPointInfo->FastPermitted;
1309 HostAdapter->UltraPermitted = FlashPointInfo->UltraPermitted;
1310 HostAdapter->WidePermitted = FlashPointInfo->WidePermitted;
1311 HostAdapter->DisconnectPermitted = FlashPointInfo->DisconnectPermitted;