Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/
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()
2106 (1 << (ptp_data->adjfreq_ppb_shift - 1))) >> in efx_phc_adjfine()
2107 ptp_data->adjfreq_ppb_shift; in efx_phc_adjfine()
/linux-6.12.1/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()
2059 (1 << (ptp_data->adjfreq_ppb_shift - 1))) >> in efx_phc_adjfine()
2060 ptp_data->adjfreq_ppb_shift; in efx_phc_adjfine()