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

  /src/sys/arch/evbmips/sbmips/
rtc.c 100 struct rtc_softc *the_rtc; variable in typeref:struct:rtc_softc *
131 the_rtc = sc;
242 the_rtc = sc;
329 printf("%s: calibrating CPU clock", device_xname(the_rtc->sc_dev));
335 time_smbus_init(the_rtc->sc_smbus_chan);
336 sec = RTC_SECONDS(the_rtc);
348 // time_smbus_init(the_rtc->sc_smbus_chan);
349 sec = RTC_SECONDS(the_rtc);
378 device_xname(the_rtc->sc_dev), curcpu()->ci_cpu_freq,
rtc.c 100 struct rtc_softc *the_rtc; variable in typeref:struct:rtc_softc *
131 the_rtc = sc;
242 the_rtc = sc;
329 printf("%s: calibrating CPU clock", device_xname(the_rtc->sc_dev));
335 time_smbus_init(the_rtc->sc_smbus_chan);
336 sec = RTC_SECONDS(the_rtc);
348 // time_smbus_init(the_rtc->sc_smbus_chan);
349 sec = RTC_SECONDS(the_rtc);
378 device_xname(the_rtc->sc_dev), curcpu()->ci_cpu_freq,
rtc.c 100 struct rtc_softc *the_rtc; variable in typeref:struct:rtc_softc *
131 the_rtc = sc;
242 the_rtc = sc;
329 printf("%s: calibrating CPU clock", device_xname(the_rtc->sc_dev));
335 time_smbus_init(the_rtc->sc_smbus_chan);
336 sec = RTC_SECONDS(the_rtc);
348 // time_smbus_init(the_rtc->sc_smbus_chan);
349 sec = RTC_SECONDS(the_rtc);
378 device_xname(the_rtc->sc_dev), curcpu()->ci_cpu_freq,
  /src/sys/arch/sbmips/sbmips/
rtc.c 100 struct rtc_softc *the_rtc; variable in typeref:struct:rtc_softc *
131 the_rtc = sc;
242 the_rtc = sc;
329 printf("%s: calibrating CPU clock", device_xname(the_rtc->sc_dev));
335 time_smbus_init(the_rtc->sc_smbus_chan);
336 sec = RTC_SECONDS(the_rtc);
348 // time_smbus_init(the_rtc->sc_smbus_chan);
349 sec = RTC_SECONDS(the_rtc);
378 device_xname(the_rtc->sc_dev), curcpu()->ci_cpu_freq,
rtc.c 100 struct rtc_softc *the_rtc; variable in typeref:struct:rtc_softc *
131 the_rtc = sc;
242 the_rtc = sc;
329 printf("%s: calibrating CPU clock", device_xname(the_rtc->sc_dev));
335 time_smbus_init(the_rtc->sc_smbus_chan);
336 sec = RTC_SECONDS(the_rtc);
348 // time_smbus_init(the_rtc->sc_smbus_chan);
349 sec = RTC_SECONDS(the_rtc);
378 device_xname(the_rtc->sc_dev), curcpu()->ci_cpu_freq,
rtc.c 100 struct rtc_softc *the_rtc; variable in typeref:struct:rtc_softc *
131 the_rtc = sc;
242 the_rtc = sc;
329 printf("%s: calibrating CPU clock", device_xname(the_rtc->sc_dev));
335 time_smbus_init(the_rtc->sc_smbus_chan);
336 sec = RTC_SECONDS(the_rtc);
348 // time_smbus_init(the_rtc->sc_smbus_chan);
349 sec = RTC_SECONDS(the_rtc);
378 device_xname(the_rtc->sc_dev), curcpu()->ci_cpu_freq,

Completed in 167 milliseconds