Searched defs:target_timex (Results 1 – 1 of 1) sorted by relevance
276 struct target_timex { struct277 abi_uint modes; /* Mode selector */278 abi_long offset; /* Time offset */279 abi_long freq; /* Frequency offset */280 abi_long maxerror; /* Maximum error (microseconds) */281 abi_long esterror; /* Estimated error (microseconds) */282 abi_int status; /* Clock command/status */283 abi_long constant; /* PLL (phase-locked loop) time constant */284 abi_long precision; /* Clock precision (microseconds, ro) */285 abi_long tolerance; /* Clock freq. tolerance (ppm, ro) */[all …]