Home
last modified time | relevance | path

Searched defs:ata_device (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.h363 struct ata_device { struct
364 struct ata_link *link;
365 unsigned int devno;
366 unsigned long flags;
367 unsigned int horkage;
369 struct scsi_device *sdev;
371 acpi_handle acpi_handle;
372 union acpi_object *gtf_cache;
375 u64 n_sectors;
376 unsigned int class;
[all …]
H A Dsata_dwc.c211 static struct ata_device ata_device; variable
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h674 struct ata_device { struct
675 struct ata_link *link;
676 unsigned int devno; /* 0 or 1 */
677 unsigned int horkage; /* List of broken features */
678 unsigned long flags; /* ATA_DFLAG_xxx */
679 struct scsi_device *sdev; /* attached SCSI device */
680 void *private_data;
682 union acpi_object *gtf_cache;
683 unsigned int gtf_filter;
686 void *zpodd;
[all …]