Searched refs:sc_rtc (Results 1 – 2 of 2) sorted by relevance
189 sc->sc_rtc = -1; in cuda_attach()476 memcpy(&sc->sc_rtc, &pkt->data[2], in cuda_send_inbound()477 sizeof(sc->sc_rtc)); in cuda_send_inbound()478 wakeup(&sc->sc_rtc); in cuda_send_inbound()779 sc->sc_rtc = -1; in cuda_gettime()781 if (sc->sc_rtc == -1) in cuda_gettime()782 mtx_sleep(&sc->sc_rtc, &sc->sc_mutex, 0, "rtc", 100); in cuda_gettime()784 ts->tv_sec = sc->sc_rtc - DIFF19041970; in cuda_gettime()
93 uint32_t sc_rtc; member