Searched defs:ata_host (Results 1 – 3 of 3) sorted by relevance
604 struct ata_host { struct605 spinlock_t lock;606 struct device *dev;607 void __iomem * const *iomap;608 unsigned int n_ports;609 unsigned int n_tags; /* nr of NCQ tags */610 void *private_data;611 struct ata_port_operations *ops;612 unsigned long flags;614 struct mutex eh_mutex;[all …]
172 struct ata_host ata_host; member
1564 struct ata_host ata_host; member