Searched refs:timer_np (Results 1 – 2 of 2) sorted by relevance
533 struct device_node *timer_np; in imx94_enetc_update_tid() local542 timer_np = of_parse_phandle(np, "ptp-timer", 0); in imx94_enetc_update_tid()543 if (!timer_np) { in imx94_enetc_update_tid()552 tid = imx94_get_timer_id(timer_np); in imx94_enetc_update_tid()553 of_node_put(timer_np); in imx94_enetc_update_tid()
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()