Searched refs:IDE_AFLAG_DOOR_LOCKED (Results 1 – 2 of 2) sorted by relevance
120 if ((drive->atapi_flags & IDE_AFLAG_DOOR_LOCKED) && ejectflag) in cdrom_eject()174 drive->atapi_flags |= IDE_AFLAG_DOOR_LOCKED; in ide_cd_lockdoor()176 drive->atapi_flags &= ~IDE_AFLAG_DOOR_LOCKED; in ide_cd_lockdoor()309 if (drive->atapi_flags & IDE_AFLAG_DOOR_LOCKED) in ide_cdrom_reset()
436 IDE_AFLAG_DOOR_LOCKED = BIT(7), enumerator