Home
last modified time | relevance | path

Searched refs:PTP_GENERAL_CONFIG (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_ptp.c413 general_config = lan743x_csr_read(adapter, PTP_GENERAL_CONFIG); in lan743x_ptp_perout_off()
416 lan743x_csr_write(adapter, PTP_GENERAL_CONFIG, general_config); in lan743x_ptp_perout_off()
508 general_config = lan743x_csr_read(adapter, PTP_GENERAL_CONFIG); in lan743x_ptp_perout()
515 lan743x_csr_write(adapter, PTP_GENERAL_CONFIG, general_config); in lan743x_ptp_perout()
Dlan743x_main.h266 #define PTP_GENERAL_CONFIG (0x0A04) macro