Home | History | Annotate | Download | only in bios

Lines Matching defs:ascq

3430 atapi_get_sense(device, seg, asc, ascq)
3446 write_byte(seg,ascq,buffer[13]);
3461 Bit8u asc, ascq;
3483 if (atapi_get_sense(device, get_SS(), &asc, &ascq) == 0) {
3489 if (asc == 0x04 && ascq == 0x01 && !in_progress) {