Searched refs:ata_ident (Results 1 – 1 of 1) sorted by relevance
140 struct ata_params ata_ident; member1042 write_prdt(p, slot, cfis, (void*)&p->ata_ident, sizeof(struct ata_params)); in handle_identify()1050 struct ata_params* ata_ident = &p->ata_ident; in ata_identify_init() local1053 ata_ident->config = ATA_PROTO_ATAPI | ATA_ATAPI_TYPE_CDROM | in ata_identify_init()1055 ata_ident->capabilities1 = ATA_SUPPORT_LBA | in ata_identify_init()1057 ata_ident->capabilities2 = (1 << 14 | 1); in ata_identify_init()1058 ata_ident->atavalid = ATA_FLAG_64_70 | ATA_FLAG_88; in ata_identify_init()1059 ata_ident->obsolete62 = 0x3f; in ata_identify_init()1060 ata_ident->mwdmamodes = 7; in ata_identify_init()1062 ata_ident->mwdmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()[all …]