Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/siena/
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()
2064 (1 << (ptp_data->adjfreq_ppb_shift - 1))) >> in efx_phc_adjfreq()
2065 ptp_data->adjfreq_ppb_shift; in efx_phc_adjfreq()
/drivers/net/ethernet/sfc/
Dptp.c331 unsigned int adjfreq_ppb_shift; member
730 ptp->adjfreq_ppb_shift = PPB_SHIFT_FP44; in efx_ptp_get_attributes()
732 ptp->adjfreq_ppb_shift = PPB_SHIFT_FP40; in efx_ptp_get_attributes()
2158 (1 << (ptp_data->adjfreq_ppb_shift - 1))) >> in efx_phc_adjfreq()
2159 ptp_data->adjfreq_ppb_shift; in efx_phc_adjfreq()