HomeSort by: relevance | last modified time | path
    Searched refs:CG14_MCTL_ENABLEVID (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/dev/
cgfourteenreg.h 73 #define CG14_MCTL_ENABLEVID 0x40 /* enable video */
cgfourteen.c 643 sc->sc_ctl->ctl_mctl |= (CG14_MCTL_ENABLEVID |
646 sc->sc_ctl->ctl_mctl |= CG14_MCTL_ENABLEVID;
649 sc->sc_ctl->ctl_mctl &= ~(CG14_MCTL_ENABLEVID |
652 sc->sc_ctl->ctl_mctl &= ~CG14_MCTL_ENABLEVID;
660 return ((sc->sc_ctl->ctl_mctl & CG14_MCTL_ENABLEVID) != 0);
1151 CG14_MCTL, CG14_MCTL_ENABLEVID |
1157 CG14_MCTL, CG14_MCTL_ENABLEVID |
1163 CG14_MCTL, CG14_MCTL_ENABLEVID |

Completed in 12 milliseconds