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

  /src/sys/dev/ic/
rtw.c 2123 uint32_t tsftrl0, tsftrl1, next_tint; local in function:rtw_resume_ticks
2128 next_tint = tsftrl1 + 1000000;
2129 RTW_WRITE(&sc->sc_regs, RTW_TINT, next_tint);
2136 device_xname(sc->sc_dev), tsftrl1 - tsftrl0, tsftrl1, next_tint));
rtw.c 2123 uint32_t tsftrl0, tsftrl1, next_tint; local in function:rtw_resume_ticks
2128 next_tint = tsftrl1 + 1000000;
2129 RTW_WRITE(&sc->sc_regs, RTW_TINT, next_tint);
2136 device_xname(sc->sc_dev), tsftrl1 - tsftrl0, tsftrl1, next_tint));

Completed in 26 milliseconds