Searched defs:ata_host (Results 1 – 5 of 5) sorted by relevance
595 struct ata_host { struct596 spinlock_t lock;597 struct device *dev;598 void __iomem * const *iomap;599 unsigned int n_ports;600 unsigned int n_tags; /* nr of NCQ tags */601 void *private_data;602 struct ata_port_operations *ops;603 unsigned long flags;604 struct kref kref;[all …]
539 struct ata_host *ata_host; in sas_ata_init() local
147 struct ata_host *ata_host; member
724 struct ata_host *ata_host = sata_dev->ata_host; in hisi_sas_init_device() local
1583 struct ata_host ata_host; member