Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c327 unsigned int adjfreq_ppb_shift; member
720 ptp->adjfreq_ppb_shift = PPB_SHIFT_FP44; in efx_ptp_get_attributes()
722 ptp->adjfreq_ppb_shift = PPB_SHIFT_FP40; in efx_ptp_get_attributes()
2059 (1 << (ptp_data->adjfreq_ppb_shift - 1))) >> in efx_phc_adjfine()
2060 ptp_data->adjfreq_ppb_shift; in efx_phc_adjfine()
/linux/drivers/net/ethernet/sfc/
H A Dptp.c331 unsigned int adjfreq_ppb_shift; member
707 ptp->adjfreq_ppb_shift = PPB_SHIFT_FP44; in efx_ptp_get_attributes()
709 ptp->adjfreq_ppb_shift = PPB_SHIFT_FP40; in efx_ptp_get_attributes()
2101 (1 << (ptp_data->adjfreq_ppb_shift - 1))) >> in efx_phc_adjfine()
2102 ptp_data->adjfreq_ppb_shift; in efx_phc_adjfine()