Searched defs:ata_host (Results 1 – 5 of 5) sorted by relevance
605 struct ata_host { struct606 spinlock_t lock;607 struct device *dev;608 void __iomem * const *iomap;609 unsigned int n_ports;610 unsigned int n_tags; /* nr of NCQ tags */611 void *private_data;612 struct ata_port_operations *ops;613 unsigned long flags;614 struct kref kref;[all …]
550 struct ata_host *ata_host; in sas_ata_init() local
147 struct ata_host *ata_host; member
730 struct ata_host *ata_host = sata_dev->ata_host; in hisi_sas_init_device() local
1585 struct ata_host ata_host; member