Searched refs:perout_enable (Results 1 – 5 of 5) sorted by relevance
131 if (fep->perout_enable) { in fec_ptp_enable_pps()252 fep->perout_enable = false; in fec_ptp_pps_perout()510 fep->perout_enable = false; in fec_ptp_pps_disable()583 if (fep->perout_enable) { in fec_ptp_enable()603 fep->perout_enable = true; in fec_ptp_enable()
676 bool perout_enable; member
94 int (*perout_enable)(void *clockops_data, member
444 if (iep->ops && iep->ops->perout_enable) { in icss_iep_perout_enable_hw()445 ret = iep->ops->perout_enable(iep->clockops_data, req, on, &cmp); in icss_iep_perout_enable_hw()795 if (iep->ops && iep->ops->perout_enable) { in icss_iep_init()
581 .perout_enable = prueth_perout_enable,