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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dfdc.h337 #define FCFLG_DSOUT 0x100 /* DENSEL ouput is in use for speed ctl */ macro
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dfdc.c1829 if (((fcp->c_flags & FCFLG_DSOUT) == 0 && rpm <= fjp->fj_rotspd) ||
1830 ((fcp->c_flags & FCFLG_DSOUT) && (fjp->fj_flags & FUNIT_3DMODE) &&
1851 retcode = (fcp->c_flags ^ FCFLG_DSOUT) ||
1853 fcp->c_flags |= FCFLG_DSOUT;
1857 fcp->c_flags &= ~FCFLG_DSOUT;
1884 retcode = (fcp->c_flags ^ FCFLG_DSOUT) ||
1886 fcp->c_flags |= FCFLG_DSOUT;
1891 fcp->c_flags &= ~FCFLG_DSOUT;

Completed in 239 milliseconds