Searched defs:ata_host (Results 1 – 2 of 2) sorted by relevance
615 struct ata_host { struct616 spinlock_t lock;617 struct device *dev;618 void __iomem * const *iomap;619 unsigned int n_ports;620 unsigned int n_tags; /* nr of NCQ tags */621 void *private_data;622 struct ata_port_operations *ops;623 unsigned long flags;624 struct kref kref;[all …]
147 struct ata_host *ata_host; member