Searched refs:PTP_ENABLE (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/dsa/microchip/ |
A D | ksz_ptp_reg.h | 52 #define PTP_ENABLE BIT(6) macro
|
A D | ksz_ptp.c | 289 return ksz_rmw16(dev, REG_PTP_MSG_CONF1, PTP_ENABLE, in ksz_ptp_enable_mode() 290 tag_en ? PTP_ENABLE : 0); in ksz_ptp_enable_mode()
|
A D | ksz9477_reg.h | 551 #define PTP_ENABLE BIT(6) macro
|
/linux-6.3-rc2/drivers/net/phy/ |
A D | dp83640_reg.h | 66 #define PTP_ENABLE (1<<2) /* Enable PTP Clock */ macro
|
A D | dp83640.c | 656 ext_write(0, tmp->phydev, PAGE4, PTP_CTL, PTP_ENABLE); in recalibrate() 661 ext_write(0, master, PAGE4, PTP_CTL, PTP_ENABLE); in recalibrate() 1126 ext_write(0, phydev, PAGE4, PTP_CTL, PTP_ENABLE); in dp83640_config_init()
|
A D | nxp-c45-tja11xx.c | 160 #define PTP_ENABLE BIT(3) macro 1291 PTP_ENABLE); in nxp_c45_config_init()
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpni.c | 2139 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()
|
Completed in 25 milliseconds