Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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