Home
last modified time | relevance | path

Searched refs:gxio_mpipe_adjust_timestamp_freq (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/tile/include/gxio/
Diorpc_mpipe.h132 int gxio_mpipe_adjust_timestamp_freq(gxio_mpipe_context_t *context,
Dmpipe.h1868 extern int gxio_mpipe_adjust_timestamp_freq(gxio_mpipe_context_t* context,
/linux-4.4.14/arch/tile/gxio/
Diorpc_mpipe.c507 int gxio_mpipe_adjust_timestamp_freq(gxio_mpipe_context_t *context, int32_t ppb) in gxio_mpipe_adjust_timestamp_freq() function
519 EXPORT_SYMBOL(gxio_mpipe_adjust_timestamp_freq);
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c825 if (gxio_mpipe_adjust_timestamp_freq(&md->context, ppb)) in ptp_mpipe_adjfreq()