Searched defs:ata_host (Results 1 – 4 of 4) sorted by relevance
562 struct ata_host { struct563 spinlock_t lock;564 struct device *dev;565 void __iomem * const *iomap;566 unsigned int n_ports;567 unsigned int n_tags; /* nr of NCQ tags */568 void *private_data;569 struct ata_port_operations *ops;570 unsigned long flags;571 struct kref kref;[all …]
555 struct ata_host *ata_host; in sas_ata_init() local
147 struct ata_host *ata_host; member
1585 struct ata_host ata_host; member