Searched refs:PTP_CMD_CTL_PTP_CLOCK_READ_ (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
H A D | lan743x_ptp.c | 1204 lan743x_csr_write(adapter, PTP_CMD_CTL, PTP_CMD_CTL_PTP_CLOCK_READ_); in lan743x_ptp_clock_get() 1205 lan743x_ptp_wait_till_cmd_done(adapter, PTP_CMD_CTL_PTP_CLOCK_READ_); in lan743x_ptp_clock_get() 1226 lan743x_csr_write(adapter, PTP_CMD_CTL, PTP_CMD_CTL_PTP_CLOCK_READ_); in lan743x_ptp_io_clock_get() 1227 lan743x_ptp_wait_till_cmd_done(adapter, PTP_CMD_CTL_PTP_CLOCK_READ_); in lan743x_ptp_io_clock_get()
|
H A D | lan743x_main.h | 429 #define PTP_CMD_CTL_PTP_CLOCK_READ_ BIT(3) macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
H A D | lan743x_ptp.c | 720 lan743x_csr_write(adapter, PTP_CMD_CTL, PTP_CMD_CTL_PTP_CLOCK_READ_); in lan743x_ptp_clock_get() 721 lan743x_ptp_wait_till_cmd_done(adapter, PTP_CMD_CTL_PTP_CLOCK_READ_); in lan743x_ptp_clock_get()
|
H A D | lan743x_main.h | 269 #define PTP_CMD_CTL_PTP_CLOCK_READ_ BIT(3) macro
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | micrel.c | 152 #define PTP_CMD_CTL_PTP_CLOCK_READ_ BIT(3) macro 2590 lanphy_write_page_reg(phydev, 4, PTP_CMD_CTL, PTP_CMD_CTL_PTP_CLOCK_READ_); in lan8814_ptp_clock_get()
|
Completed in 17 milliseconds