Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cm/
Dsmc90cx6.c169 } while (!(GETREG(CMSTAT) & CM_POR));
258 } while (!(GETREG(CMSTAT) & CM_POR));
272 sc->sc_intmask = CM_RECON|CM_POR;
714 if (maskedisr & CM_POR) {
Dsmc90cx6reg.h80 #define CM_POR 0x10 /* non maskable interrupt */ macro