Lines Matching +full:half +full:- +full:bit
4 * SPDX-License-Identifier: Apache-2.0
52 /** High half. */
55 /** Low half. */
63 /** High half. */
66 /** Low half. */
98 /* Pre-calculated constants */
104 /* Message types. Event messages have BIT(3) set to 0, and general messages
105 * have that bit set to 1. IEEE 802.1AS chapter 10.5.2.2.2
118 #define GPTP_IS_EVENT_MSG(msg_type) (!((msg_type) & BIT(3)))
184 /** Control value. Sync: 0, Follow-up: 2, Others: 5. */
195 (uscaled_ns_ptr)->low = \
197 (uscaled_ns_ptr)->high = 0; \
252 /** Time Base - changed only if Phase or Frequency changes. */
314 * @param cb User-supplied callback function to call
329 * the ClockMaster entity of a time-aware system.