Searched refs:IDE_AFLAG_DOOR_LOCKED (Results 1 – 2 of 2) sorted by relevance
119 if ((drive->atapi_flags & IDE_AFLAG_DOOR_LOCKED) && ejectflag) in cdrom_eject()177 drive->atapi_flags |= IDE_AFLAG_DOOR_LOCKED; in ide_cd_lockdoor()179 drive->atapi_flags &= ~IDE_AFLAG_DOOR_LOCKED; in ide_cd_lockdoor()315 if (drive->atapi_flags & IDE_AFLAG_DOOR_LOCKED) in ide_cdrom_reset()
402 IDE_AFLAG_DOOR_LOCKED = (1 << 7), enumerator