Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cm/
Dsmc90cx6.c173 sc->sc_intmask = 0;
272 sc->sc_intmask = CM_RECON|CM_POR;
273 PUTREG(CMSTAT, sc->sc_intmask);
291 sc->sc_intmask |= CM_RI;
296 PUTREG(CMSTAT, sc->sc_intmask);
457 sc->sc_intmask |= CM_TA;
459 PUTREG(CMSTAT, sc->sc_intmask);
587 sc->sc_intmask |= CM_RI;
591 PUTREG(CMSTAT, sc->sc_intmask);
663 sc->sc_intmask &= ~CM_TA;
[all …]
Dsmc90cx6var.h75 u_char sc_intmask; member