Home
last modified time | relevance | path

Searched full:sccr (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpmc.txt18 Compatibility does not include bit assignments in SCCR/PMCDR/DEVDISR; these
39 that is set in the cell, the corresponding bit in SCCR will be saved
H A Dpmc.yaml21 is set in the cell, the corresponding bit in SCCR will be saved and cleared
86 Compatibility does not include bit assignments in SCCR/PMCDR/DEVDISR; these
/freebsd/sys/dev/quicc/
H A Dquicc_core.c310 uint32_t sccr; in quicc_bus_read_ivar() local
323 sccr = quicc_read4(sc->sc_rres, QUICC_REG_SCCR) & 3; in quicc_bus_read_ivar()
324 *result = sc->sc_clock / ((1 << (sccr + 1)) << sccr); in quicc_bus_read_ivar()
H A Dquicc_bus.h33 #define QUICC_IVAR_BRGCLK 2 /* The BRG clock affected by SCCR. */