Home
last modified time | relevance | path

Searched defs:_SpiCfgData (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/message/fusion/
H A Dmptbase.h482 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 */
[all …]