Home
last modified time | relevance | path

Searched refs:PTP_CTL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Ddp83640.c265 ext_write(bc, dev, PAGE4, PTP_CTL, cmd); in tdr_write()
333 ext_write(0, phydev, PAGE4, PTP_CTL, val); in periodic_output()
350 ext_write(0, phydev, PAGE4, PTP_CTL, val); in periodic_output()
366 ext_write(0, phydev, PAGE4, PTP_CTL, val); in periodic_output()
438 ext_write(0, phydev, PAGE4, PTP_CTL, PTP_RD_CLK); in ptp_dp83640_gettime()
654 ext_write(0, tmp->phydev, PAGE4, PTP_CTL, PTP_ENABLE); in recalibrate()
659 ext_write(0, master, PAGE4, PTP_CTL, PTP_ENABLE); in recalibrate()
683 ext_write(0, master, PAGE4, PTP_CTL, val); in recalibrate()
688 ext_write(0, master, PAGE4, PTP_CTL, val); in recalibrate()
693 ext_write(0, master, PAGE4, PTP_CTL, val); in recalibrate()
[all …]
H A Ddp83640_reg.h12 #define PTP_CTL 0x0014 /* PTP Control Register */ macro