Home
last modified time | relevance | path

Searched refs:PTP_ENABLE (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/dsa/microchip/
H A Dksz_ptp_reg.h44 #define PTP_ENABLE BIT(6) macro
H A Dksz8_reg.h797 #define PTP_ENABLE BIT(6) macro
H A Dksz_ptp.c296 return ksz_rmw16(dev, regs[PTP_MSG_CONF1], PTP_ENABLE, in ksz_ptp_enable_mode()
297 tag_en ? PTP_ENABLE : 0); in ksz_ptp_enable_mode()
H A Dksz9477_reg.h524 #define PTP_ENABLE BIT(6) macro
H A Dksz8.c2133 PTP_ENABLE, 0); in ksz8463_config_cpu_port()
/linux/drivers/net/phy/
H A Ddp83640_reg.h66 #define PTP_ENABLE (1<<2) /* Enable PTP Clock */ macro
H A Ddp83640.c639 ext_write(0, tmp->phydev, PAGE4, PTP_CTL, PTP_ENABLE); in recalibrate()
644 ext_write(0, master, PAGE4, PTP_CTL, PTP_ENABLE); in recalibrate()
1023 ext_write(0, phydev, PAGE4, PTP_CTL, PTP_ENABLE); in dp83640_config_init()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c2139 PTP_ENABLE) ? 1 : 0; in dpni_get_single_step_cfg()
2179 dpni_set_field(flags, PTP_ENABLE, !!ptp_cfg->en); in dpni_set_single_step_cfg()