Lines Matching defs:_SpiCfgData
482 typedef struct _SpiCfgData { struct
483 u32 PortFlags;
484 int *nvram; /* table of device NVRAM values */
485 IOCPage4_t *pIocPg4; /* SEP devices addressing */
486 dma_addr_t IocPg4_dma; /* Phys Addr of IOCPage4 data */
487 int IocPg4Sz; /* IOCPage4 size */
488 u8 minSyncFactor; /* 0xFF if async */
489 u8 maxSyncOffset; /* 0 if async */
490 u8 maxBusWidth; /* 0 if narrow, 1 if wide */
491 u8 busType; /* SE, LVD, HD */
492 u8 sdp1version; /* SDP1 version */
493 u8 sdp1length; /* SDP1 length */
494 u8 sdp0version; /* SDP0 version */
495 u8 sdp0length; /* SDP0 length */
496 u8 dvScheduled; /* 1 if scheduled */
497 u8 noQas; /* Disable QAS for this adapter */
498 u8 Saf_Te; /* 1 to force all Processors as
502 u8 bus_reset; /* 1 to allow bus reset */
503 u8 rsvd[1];