Searched refs:PTP_ENABLE (Results 1 – 5 of 5) sorted by relevance
/drivers/net/phy/ |
D | dp83640_reg.h | 66 #define PTP_ENABLE (1<<2) /* Enable PTP Clock */ macro
|
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() 1137 ext_write(0, phydev, PAGE4, PTP_CTL, PTP_ENABLE); in dp83640_config_init()
|
D | nxp-c45-tja11xx.c | 148 #define PTP_ENABLE BIT(3) macro 1071 PTP_ENABLE); in nxp_c45_config_init()
|
/drivers/net/ethernet/freescale/dpaa2/ |
D | dpni.c | 2135 PTP_ENABLE) ? 1 : 0; in dpni_get_single_step_cfg() 2173 dpni_set_field(flags, PTP_ENABLE, !!ptp_cfg->en); in dpni_set_single_step_cfg()
|
/drivers/net/dsa/microchip/ |
D | ksz9477_reg.h | 558 #define PTP_ENABLE BIT(6) macro
|