Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/ptp/
Dptp_qoriq_debugfs.c15 *val = ctrl & PP1L ? 1 : 0; in ptp_qoriq_fiper1_lpbk_get()
28 ctrl &= ~PP1L; in ptp_qoriq_fiper1_lpbk_set()
30 ctrl |= PP1L; in ptp_qoriq_fiper1_lpbk_set()
/Linux-v5.10/include/linux/fsl/
Dptp_qoriq.h76 #define PP1L (1<<27) /* Fiper1 pulse loopback mode enabled. */ macro