Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A DNCR5380.h200 struct NCR5380_hostdata { struct
202 u8 __iomem *io; /* Remapped 5380 address */
203 u8 __iomem *pdma_io; /* Remapped PDMA address */
205 spinlock_t lock; /* Protects this struct */
211 int flags; /* Board-specific quirks */
212 int dma_len; /* Requested length of DMA */
214 unsigned long io_port; /* Device IO port */
215 unsigned long base; /* Device base address */
222 unsigned char id_mask; /* 1 << Host ID */
224 unsigned char last_message; /* Last Message Out */
[all …]

Completed in 6 milliseconds