Searched refs:nanoseconds (Results 1 – 14 of 14) sorted by relevance
15 format (nanoseconds). The extended timestamp format can store the16 time in fractional nanoseconds accuracy. The PTP time format is used
204 The value is the converted to nanoseconds as follow: nanoseconds = (10^9) * 2^(value)212 The value is the converted to nanoseconds as follow: nanoseconds = (10^9) * 2^(value)221 to nanoseconds as follow: nanoseconds = (10^9) * 2^(value)229 The value is the converted to nanoseconds as follow: nanoseconds = (10^9) * 2^(value)
40 uint32_t nanoseconds; member
248 ts.nanoseconds = ntohl(ts.nanoseconds); in tlv_mgmt_post_recv()322 ts.nanoseconds = htonl(ts.nanoseconds); in tlv_mgmt_pre_send()
56 msg->timestamp.protocol.nanosecond = ntohl(ts->nanoseconds); in msg_timestamp_post_recv()63 ts->nanoseconds = htonl(ts->nanoseconds); in msg_timestamp_pre_send()
237 resp->follow_up.precise_origin_timestamp.nanoseconds = pkt->timestamp.nanosecond; in port_sync_timestamp_cb()636 resp->delay_resp.receive_timestamp.nanoseconds = msg->timestamp.host.nanosecond; in port_delay_req_msg_process()
124 Defines the neighbor propagation delay threshold in nanoseconds.134 The value is the converted in nanoseconds as follow:135 nanoseconds = (10^9) * 2^(value)142 The value is the converted in nanoseconds as follow:143 nanoseconds = (10^9) * 2^(value)150 The value is the converted in nanoseconds as follow:151 nanoseconds = (10^9) * 2^(value)
39 to convert number of cycles to nanoseconds.
62 the actual TXTIME given to Ethernet driver, is set in nanoseconds,
79 The virtual CPU will execute one instruction every 2^N nanoseconds
124 numbers of nanoseconds, microseconds, ticks and cycles, respectively.
602 ``nanoseconds``:607 regex: "(?P<metric>.*):(?P<cycles>.*) cycles, (?P<nanoseconds>.*) ns"
293 to nanoseconds.294 * Fixed the calculation of average "cycles to nanoseconds" to actually295 return nanoseconds instead of cycles.
138 * PWM periods are now always set in nanoseconds, so ``_nsec`` and ``_usec``141 ``PWM_USEC()`` macros, which convert other units to nanoseconds.