Searched refs:ata_ident (Results 1 – 1 of 1) sorted by relevance
136 struct ata_params ata_ident; member988 write_prdt(p, slot, cfis, (void*)&p->ata_ident, sizeof(struct ata_params)); in handle_identify()996 struct ata_params* ata_ident = &p->ata_ident; in ata_identify_init() local999 ata_ident->config = ATA_PROTO_ATAPI | ATA_ATAPI_TYPE_CDROM | in ata_identify_init()1001 ata_ident->capabilities1 = ATA_SUPPORT_LBA | in ata_identify_init()1003 ata_ident->capabilities2 = (1 << 14 | 1); in ata_identify_init()1004 ata_ident->atavalid = ATA_FLAG_64_70 | ATA_FLAG_88; in ata_identify_init()1005 ata_ident->obsolete62 = 0x3f; in ata_identify_init()1006 ata_ident->mwdmamodes = 7; in ata_identify_init()1008 ata_ident->mwdmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()[all …]