Searched defs:sata_device (Results 1 – 2 of 2) sorted by relevance
166 struct sata_device { struct167 unsigned int class;168 struct smp_resp rps_resp; /* report_phy_sata_resp */169 u8 port_no; /* port number, if this is a PM (Port) */171 struct ata_port *ap;172 struct ata_host ata_host;173 u8 fis[ATA_RESP_FIS_SIZE];
328 static struct platform_device sata_device = { variable