tstamp_tc         302 drivers/net/dsa/mv88e6xxx/chip.h 	struct timecounter	tstamp_tc;
tstamp_tc         331 drivers/net/dsa/mv88e6xxx/hwtstamp.c 			ns = timecounter_cyc2time(&chip->tstamp_tc, ns);
tstamp_tc         451 drivers/net/dsa/mv88e6xxx/hwtstamp.c 	ns = timecounter_cyc2time(&chip->tstamp_tc, time_raw);
tstamp_tc         191 drivers/net/dsa/mv88e6xxx/ptp.c 	ev.timestamp = timecounter_cyc2time(&chip->tstamp_tc, raw_ts);
tstamp_tc         219 drivers/net/dsa/mv88e6xxx/ptp.c 	timecounter_read(&chip->tstamp_tc);
tstamp_tc         232 drivers/net/dsa/mv88e6xxx/ptp.c 	timecounter_adjtime(&chip->tstamp_tc, delta);
tstamp_tc         245 drivers/net/dsa/mv88e6xxx/ptp.c 	ns = timecounter_read(&chip->tstamp_tc);
tstamp_tc         262 drivers/net/dsa/mv88e6xxx/ptp.c 	timecounter_init(&chip->tstamp_tc, &chip->tstamp_cc, ns);
tstamp_tc         460 drivers/net/dsa/mv88e6xxx/ptp.c 	timecounter_init(&chip->tstamp_tc, &chip->tstamp_cc,
tstamp_tc         100 drivers/net/dsa/sja1105/sja1105.h 	struct timecounter tstamp_tc;
tstamp_tc        1868 drivers/net/dsa/sja1105/sja1105_main.c 	ts = timecounter_cyc2time(&priv->tstamp_tc, ts);
tstamp_tc        2025 drivers/net/dsa/sja1105/sja1105_main.c 		ts = timecounter_cyc2time(&priv->tstamp_tc, ts);
tstamp_tc         231 drivers/net/dsa/sja1105/sja1105_ptp.c 	timecounter_init(&priv->tstamp_tc, &priv->tstamp_cc,
tstamp_tc         246 drivers/net/dsa/sja1105/sja1105_ptp.c 	ns = timecounter_read(&priv->tstamp_tc);
tstamp_tc         261 drivers/net/dsa/sja1105/sja1105_ptp.c 	timecounter_init(&priv->tstamp_tc, &priv->tstamp_cc, ns);
tstamp_tc         303 drivers/net/dsa/sja1105/sja1105_ptp.c 	timecounter_read(&priv->tstamp_tc);
tstamp_tc         317 drivers/net/dsa/sja1105/sja1105_ptp.c 	timecounter_adjtime(&priv->tstamp_tc, delta);
tstamp_tc        1635 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc,
tstamp_tc        1550 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 		nsec = timecounter_cyc2time(&pdata->tstamp_tc,
tstamp_tc        2838 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 			nsec = timecounter_cyc2time(&pdata->tstamp_tc,
tstamp_tc         176 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c 	timecounter_adjtime(&pdata->tstamp_tc, delta);
tstamp_tc         192 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c 	nsec = timecounter_read(&pdata->tstamp_tc);
tstamp_tc         214 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c 	timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, nsec);
tstamp_tc         266 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c 	timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc,
tstamp_tc        1206 drivers/net/ethernet/amd/xgbe/xgbe.h 	struct timecounter tstamp_tc;