HomeSort by: relevance | last modified time | path
    Searched refs:oreglo (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hpcmips/tx/
tx39clock.c 196 txreg_t reghi, reglo, oreghi, oreglo; local in function:__tx39timer_rtcget
204 oreglo = tx_conf_read(tc, TX39_TIMERRTCLO_REG);
209 } while ((reghi != oreghi || reglo != oreglo) && (--retry > 0));

Completed in 10 milliseconds