Home
last modified time | relevance | path

Searched refs:DRIVE_RESET (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ata/
H A Datavar.h48 #define DRIVE_RESET 0x0080 /* reset the drive state at next xfer */ macro
H A Dwd.c747 wd->drvp->drive_flags |= DRIVE_RESET; in wdgetdisklabel()
751 wd->drvp->drive_flags |= DRIVE_RESET; in wdgetdisklabel()
809 wd->drvp->drive_flags |= DRIVE_RESET; in wdioctl()
/openbsd/sys/dev/ic/
H A Dwdc.c900 if (chp->ch_drive[xfer->drive].drive_flags & DRIVE_RESET) { in wdcstart()
901 chp->ch_drive[xfer->drive].drive_flags &= ~DRIVE_RESET; in wdcstart()