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

  /src/sys/arch/arm/broadcom/
bcm2835_cm.c 184 if (r & CM_CTL_ENAB) {
187 r &= ~CM_CTL_ENAB;
195 CM_WRITE(sc, ctlreg, ctl & ~CM_CTL_ENAB);
198 if (ctl & CM_CTL_ENAB) {
bcm2835_cm.h 38 #define CM_CTL_ENAB __BIT(4)

Completed in 12 milliseconds