Searched refs:tstamp_tc (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ptp.c | 164 timecounter_adjtime(&pdata->tstamp_tc, delta); in xgbe_adjtime() 180 nsec = timecounter_read(&pdata->tstamp_tc); in xgbe_gettime() 202 timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, nsec); in xgbe_settime() 254 timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, in xgbe_ptp_register()
|
H A D | xgbe.h | 1227 struct timecounter tstamp_tc; member
|
H A D | xgbe-drv.c | 1495 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_tx_tstamp() 2651 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_rx_poll()
|
H A D | xgbe-dev.c | 1692 timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, in xgbe_config_tstamp()
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | ptp.c | 251 ev.timestamp = timecounter_cyc2time(&chip->tstamp_tc, raw_ts); in mv88e6352_tai_event_work() 278 timecounter_read(&chip->tstamp_tc); in mv88e6xxx_ptp_adjfine() 291 timecounter_adjtime(&chip->tstamp_tc, delta); in mv88e6xxx_ptp_adjtime() 304 ns = timecounter_read(&chip->tstamp_tc); in mv88e6xxx_ptp_gettime() 321 timecounter_init(&chip->tstamp_tc, &chip->tstamp_cc, ns); in mv88e6xxx_ptp_settime() 535 timecounter_init(&chip->tstamp_tc, &chip->tstamp_cc, in mv88e6xxx_ptp_setup()
|
H A D | hwtstamp.c | 297 ns = timecounter_cyc2time(&chip->tstamp_tc, ns); in mv88e6xxx_get_rxts() 417 ns = timecounter_cyc2time(&chip->tstamp_tc, time_raw); in mv88e6xxx_txtstamp_work()
|
H A D | chip.h | 410 struct timecounter tstamp_tc; member
|