Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/dsa/sja1105/
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,
785 .ptpegr_ts_bytes = 8,
835 .ptpegr_ts_bytes = 8,
885 .ptpegr_ts_bytes = 8,
935 .ptpegr_ts_bytes = 8,
Dsja1105_ptp.c298 packed_buf, priv->info->ptpegr_ts_bytes); in sja1105_ptpegr_ts_poll()
303 priv->info->ptpegr_ts_bytes); in sja1105_ptpegr_ts_poll()
316 tstamp_bit_end = (priv->info->ptpegr_ts_bytes - 4) * 8; in sja1105_ptpegr_ts_poll()
326 priv->info->ptpegr_ts_bytes); in sja1105_ptpegr_ts_poll()
Dsja1105.h130 int ptpegr_ts_bytes; member