Searched refs:PTP_ESTS (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | dp83640_reg.h | 22 #define PTP_ESTS 0x001e /* PTP Event Status Register */ macro 104 /* Bit definitions for the PTP_ESTS register */
|
H A D | dp83640.c | 695 val = ext_read(master, PAGE4, PTP_ESTS); in recalibrate() 696 phydev_info(master, "master PTP_ESTS 0x%04hx\n", val); in recalibrate() 707 val = ext_read(tmp->phydev, PAGE4, PTP_ESTS); in recalibrate() 708 phydev_info(tmp->phydev, "slave PTP_ESTS 0x%04hx\n", val); in recalibrate()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | dp83640_reg.h | 22 #define PTP_ESTS 0x001e /* PTP Event Status Register */ macro 104 /* Bit definitions for the PTP_ESTS register */
|
H A D | dp83640.c | 700 val = ext_read(master, PAGE4, PTP_ESTS); in recalibrate() 701 phydev_info(master, "master PTP_ESTS 0x%04hx\n", val); in recalibrate() 711 val = ext_read(tmp->phydev, PAGE4, PTP_ESTS); in recalibrate() 712 phydev_info(tmp->phydev, "slave PTP_ESTS 0x%04hx\n", val); in recalibrate()
|
Completed in 7 milliseconds