Home
last modified time | relevance | path

Searched refs:FCFLG_DSOUT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfdc.h337 #define FCFLG_DSOUT 0x100 /* DENSEL ouput is in use for speed ctl */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c1832 if (((fcp->c_flags & FCFLG_DSOUT) == 0 && rpm <= fjp->fj_rotspd) || in fdcspdchange()
1833 ((fcp->c_flags & FCFLG_DSOUT) && (fjp->fj_flags & FUNIT_3DMODE) && in fdcspdchange()
1854 retcode = (fcp->c_flags ^ FCFLG_DSOUT) || in fdcspdchange()
1856 fcp->c_flags |= FCFLG_DSOUT; in fdcspdchange()
1860 fcp->c_flags &= ~FCFLG_DSOUT; in fdcspdchange()
1887 retcode = (fcp->c_flags ^ FCFLG_DSOUT) || in fdcspdchange()
1889 fcp->c_flags |= FCFLG_DSOUT; in fdcspdchange()
1894 fcp->c_flags &= ~FCFLG_DSOUT; in fdcspdchange()