Lines Matching refs:iobuf
106 u16 iobuf[ATA_SECTOR_WORDS]; in sata_identify() local
109 memset (iobuf, 0, sizeof (iobuf)); in sata_identify()
131 input_data (&port[num].ioaddr, iobuf, ATA_SECTOR_WORDS); in sata_identify()
133 ata_swap_buf_le16 (iobuf, ATA_SECTOR_WORDS); in sata_identify()
135 debug ("Specific config: %x\n", iobuf[2]); in sata_identify()
138 if (!ata_id_has_dma (iobuf) || !ata_id_has_lba (iobuf)) { in sata_identify()
142 ata_dump_id (iobuf); in sata_identify()
144 n_sectors = ata_id_n_sectors (iobuf); in sata_identify()
150 ata_id_c_string (iobuf, (unsigned char *)sata_dev_desc[devno].revision, in sata_identify()
152 ata_id_c_string (iobuf, (unsigned char *)sata_dev_desc[devno].vendor, in sata_identify()
154 ata_id_c_string (iobuf, (unsigned char *)sata_dev_desc[devno].product, in sata_identify()
164 if (iobuf[83] & (1 << 10)) { in sata_identify()