Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ptp/
H A Dptp_qoriq_debugfs.c46 *val = ctrl & PP2L ? 1 : 0; in ptp_qoriq_fiper2_lpbk_get()
59 ctrl &= ~PP2L; in ptp_qoriq_fiper2_lpbk_set()
61 ctrl |= PP2L; in ptp_qoriq_fiper2_lpbk_set()
/openbmc/linux/include/linux/fsl/
H A Dptp_qoriq.h77 #define PP2L (1<<26) /* Fiper2 pulse loopback mode enabled. */ macro