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

  /src/sys/arch/arm/cortex/
gtmr.c 162 const uint32_t cnt_frq = gtmr_cntfrq_read(); local in function:gtmr_attach
163 if (cnt_frq == 0) {
164 aprint_verbose_dev(self, "cp15 CNT_FRQ not set\n");
165 } else if (cnt_frq != sc->sc_freq) {
167 "cp15 CNT_FRQ (%u) differs from supplied frequency\n",
168 cnt_frq);
gtmr.c 162 const uint32_t cnt_frq = gtmr_cntfrq_read(); local in function:gtmr_attach
163 if (cnt_frq == 0) {
164 aprint_verbose_dev(self, "cp15 CNT_FRQ not set\n");
165 } else if (cnt_frq != sc->sc_freq) {
167 "cp15 CNT_FRQ (%u) differs from supplied frequency\n",
168 cnt_frq);

Completed in 21 milliseconds