Searched defs:ata_host (Results 1 – 8 of 8) sorted by relevance
604 struct ata_host { struct605 spinlock_t lock;606 struct device *dev;607 void __iomem * const *iomap;608 unsigned int n_ports;609 unsigned int n_tags; /* nr of NCQ tags */610 void *private_data;611 struct ata_port_operations *ops;612 unsigned long flags;613 struct kref kref;[all …]
576 struct ata_host { struct577 spinlock_t lock;578 struct device *dev;579 void __iomem * const *iomap;580 unsigned int n_ports;581 unsigned int n_tags; /* nr of NCQ tags */582 void *private_data;583 struct ata_port_operations *ops;584 unsigned long flags;585 struct kref kref;[all …]
556 struct ata_host *ata_host; in sas_ata_init() local
588 struct ata_host *ata_host; in sas_ata_init() local
147 struct ata_host *ata_host; member
137 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