Searched refs:GPCMD_REQUEST_SENSE (Results 1 – 5 of 5) sorted by relevance
40 { GPCMD_REQUEST_SENSE, "Request Sense" },
77 else if (pc->c[0] == GPCMD_REQUEST_SENSE) { in ide_floppy_callback()129 pc->c[0] != GPCMD_REQUEST_SENSE) in ide_floppy_issue_pc()
211 sense_rq->cmd[0] = GPCMD_REQUEST_SENSE; in ide_prep_sense()
417 if (rq->cmd[0] == GPCMD_REQUEST_SENSE && in ide_cd_request_sense_fixup()
469 #define GPCMD_REQUEST_SENSE 0x03 macro