Searched refs:timer_np (Results 1 – 1 of 1) sorted by relevance
1166 struct device_node *timer_np; in enetc_get_phc_index() local1172 timer_np = of_parse_phandle(np, "ptp-timer", 0); in enetc_get_phc_index()1173 if (!timer_np) in enetc_get_phc_index()1176 phc_index = ptp_clock_index_by_of_node(timer_np); in enetc_get_phc_index()1177 of_node_put(timer_np); in enetc_get_phc_index()