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()173 drive->atapi_flags |= IDE_AFLAG_DOOR_LOCKED; in ide_cd_lockdoor()175 drive->atapi_flags &= ~IDE_AFLAG_DOOR_LOCKED; in ide_cd_lockdoor()308 if (drive->atapi_flags & IDE_AFLAG_DOOR_LOCKED) in ide_cdrom_reset()
433 IDE_AFLAG_DOOR_LOCKED = (1 << 7), enumerator