Searched defs:ata_host (Results 1 – 5 of 5) sorted by relevance
600 struct ata_host { struct601 spinlock_t lock;602 struct device *dev;603 void __iomem * const *iomap;604 unsigned int n_ports;605 unsigned int n_tags; /* nr of NCQ tags */606 void *private_data;607 struct ata_port_operations *ops;608 unsigned long flags;609 struct kref kref;[all …]
555 struct ata_host *ata_host; in sas_ata_init() local
147 struct ata_host *ata_host; member
737 struct ata_host *ata_host = sata_dev->ata_host; in hisi_sas_init_device() local
1584 struct ata_host ata_host; member