Home
last modified time | relevance | path

Searched refs:ptpegr_ts_bytes (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c581 .ptpegr_ts_bytes = 4,
613 .ptpegr_ts_bytes = 4,
645 .ptpegr_ts_bytes = 8,
678 .ptpegr_ts_bytes = 8,
711 .ptpegr_ts_bytes = 8,
748 .ptpegr_ts_bytes = 8,
786 .ptpegr_ts_bytes = 8,
837 .ptpegr_ts_bytes = 8,
888 .ptpegr_ts_bytes = 8,
939 .ptpegr_ts_bytes = 8,
H A Dsja1105_ptp.c259 packed_buf, priv->info->ptpegr_ts_bytes); in sja1105_ptpegr_ts_poll()
264 priv->info->ptpegr_ts_bytes); in sja1105_ptpegr_ts_poll()
277 tstamp_bit_end = (priv->info->ptpegr_ts_bytes - 4) * 8; in sja1105_ptpegr_ts_poll()
287 priv->info->ptpegr_ts_bytes); in sja1105_ptpegr_ts_poll()
H A Dsja1105.h130 int ptpegr_ts_bytes; member