Home
last modified time | relevance | path

Searched refs:MC_NANOSECOND_BITS (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Dptp.c142 #define MC_NANOSECOND_BITS 30 macro
143 #define MC_NANOSECOND_MASK ((1 << MC_NANOSECOND_BITS) - 1)
144 #define MC_SECOND_MASK ((1 << (32 - MC_NANOSECOND_BITS)) - 1)
883 host_time = (now.ts_real.tv_sec << MC_NANOSECOND_BITS | in efx_ptp_send_times()
994 start_sec = ptp->timeset[last_good].host_start >> MC_NANOSECOND_BITS; in efx_ptp_process_times()
/linux-6.1.9/drivers/net/ethernet/sfc/
Dptp.c148 #define MC_NANOSECOND_BITS 30 macro
149 #define MC_NANOSECOND_MASK ((1 << MC_NANOSECOND_BITS) - 1)
150 #define MC_SECOND_MASK ((1 << (32 - MC_NANOSECOND_BITS)) - 1)
893 host_time = (now.ts_real.tv_sec << MC_NANOSECOND_BITS | in efx_ptp_send_times()
1004 start_sec = ptp->timeset[last_good].host_start >> MC_NANOSECOND_BITS; in efx_ptp_process_times()