Home
last modified time | relevance | path

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

/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()
/drivers/net/ethernet/sfc/
Dptp.c135 #define MC_NANOSECOND_BITS 30 macro
136 #define MC_NANOSECOND_MASK ((1 << MC_NANOSECOND_BITS) - 1)
137 #define MC_SECOND_MASK ((1 << (32 - MC_NANOSECOND_BITS)) - 1)
864 host_time = (now.ts_real.tv_sec << MC_NANOSECOND_BITS | in efx_ptp_send_times()
975 start_sec = ptp->timeset[last_good].host_start >> MC_NANOSECOND_BITS; in efx_ptp_process_times()