Searched refs:fec_id (Results 1 – 7 of 7) sorted by relevance
66 static int setup_fec(int fec_id) in setup_fec() argument71 if (fec_id == 0) { in setup_fec()87 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
99 static int setup_fec(int fec_id) in setup_fec() argument104 if (fec_id == 0) { in setup_fec()120 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
202 static int setup_fec(int fec_id) in setup_fec() argument207 if (fec_id == 0) { in setup_fec()223 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
77 int enable_fec_anatop_clock(int fec_id, enum enet_freq freq);
270 static int setup_fec(int fec_id) in setup_fec() argument282 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
275 static int setup_fec(int fec_id) in setup_fec() argument293 return enable_fec_anatop_clock(fec_id, ENET_25MHZ); in setup_fec()
907 int enable_fec_anatop_clock(int fec_id, enum enet_freq freq) in enable_fec_anatop_clock() argument920 if (fec_id == 0) { in enable_fec_anatop_clock()923 } else if (fec_id == 1) { in enable_fec_anatop_clock()946 if (fec_id == 0) in enable_fec_anatop_clock()
Completed in 15 milliseconds