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

  /src/sys/arch/arm/broadcom/
bcm2835_cm.c 141 int ctlreg, divreg; local in function:bcm_cm_set
152 divreg = CM_GP0DIV;
156 divreg = CM_GP1DIV;
160 divreg = CM_GP2DIV;
164 divreg = CM_PCMDIV;
168 divreg = CM_PWMDIV;
194 CM_WRITE(sc, divreg, div);
211 int ctlreg, divreg; local in function:bcm_cm_get
221 divreg = CM_GP0DIV;
225 divreg = CM_GP1DIV
    [all...]
bcm2835_cm.c 141 int ctlreg, divreg; local in function:bcm_cm_set
152 divreg = CM_GP0DIV;
156 divreg = CM_GP1DIV;
160 divreg = CM_GP2DIV;
164 divreg = CM_PCMDIV;
168 divreg = CM_PWMDIV;
194 CM_WRITE(sc, divreg, div);
211 int ctlreg, divreg; local in function:bcm_cm_get
221 divreg = CM_GP0DIV;
225 divreg = CM_GP1DIV
    [all...]

Completed in 31 milliseconds