Home
last modified time | relevance | path

Searched defs:ata_host (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.h343 struct ata_host { struct
345 void __iomem * const *iomap;
346 void *private_data;
347 const struct ata_port_operations *ops;
348 unsigned long flags;
349 struct ata_port *simplex_claimed;
351 unsigned int n_ports;
352 struct ata_port *ports[0];
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h600 struct ata_host { struct
601 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 …]
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_ata.c555 struct ata_host *ata_host; in sas_ata_init() local
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibsas.h147 struct ata_host *ata_host; member
/OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c737 struct ata_host *ata_host = sata_dev->ata_host; in hisi_sas_init_device() local
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dipr.h1584 struct ata_host ata_host; member