Home
last modified time | relevance | path

Searched refs:adjfreq_ppb_shift (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dptp.c263 * @adjfreq_ppb_shift: Shift required to convert scaled parts-per-billion
328 unsigned int adjfreq_ppb_shift; member
727 ptp->adjfreq_ppb_shift = PPB_SHIFT_FP44; in efx_ptp_get_attributes()
729 ptp->adjfreq_ppb_shift = PPB_SHIFT_FP40; in efx_ptp_get_attributes()
2110 (1 << (ptp_data->adjfreq_ppb_shift - 1))) >> in efx_phc_adjfreq()
2111 ptp_data->adjfreq_ppb_shift; in efx_phc_adjfreq()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dptp.c265 * @adjfreq_ppb_shift: Shift required to convert scaled parts-per-billion
325 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dptp.c262 * @adjfreq_ppb_shift: Shift required to convert scaled parts-per-billion
327 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()

Completed in 10 milliseconds