Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/sfc/
Dptp.c325 unsigned int adjfreq_ppb_shift; member
701 ptp->adjfreq_ppb_shift = PPB_SHIFT_FP44; in efx_ptp_get_attributes()
703 ptp->adjfreq_ppb_shift = PPB_SHIFT_FP40; in efx_ptp_get_attributes()
2113 (1 << (ptp_data->adjfreq_ppb_shift - 1))) >> in efx_phc_adjfine()
2114 ptp_data->adjfreq_ppb_shift; in efx_phc_adjfine()
/linux-6.6.21/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()
2065 (1 << (ptp_data->adjfreq_ppb_shift - 1))) >> in efx_phc_adjfine()
2066 ptp_data->adjfreq_ppb_shift; in efx_phc_adjfine()