Home
last modified time | relevance | path

Searched refs:fec_id (Results 1 – 7 of 7) sorted by relevance

/u-boot/board/freescale/mx6ullevk/
A Dmx6ullevk.c66 static int setup_fec(int fec_id) in setup_fec() argument
71 if (fec_id == 0) { in setup_fec()
87 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
/u-boot/board/variscite/dart_6ul/
A Ddart_6ul.c99 static int setup_fec(int fec_id) in setup_fec() argument
104 if (fec_id == 0) { in setup_fec()
120 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
/u-boot/board/freescale/mx6ul_14x14_evk/
A Dmx6ul_14x14_evk.c202 static int setup_fec(int fec_id) in setup_fec() argument
207 if (fec_id == 0) { in setup_fec()
223 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
/u-boot/arch/arm/include/asm/arch-mx6/
A Dclock.h77 int enable_fec_anatop_clock(int fec_id, enum enet_freq freq);
/u-boot/board/ccv/xpress/
A Dxpress.c270 static int setup_fec(int fec_id) in setup_fec() argument
282 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
/u-boot/board/udoo/neo/
A Dneo.c275 static int setup_fec(int fec_id) in setup_fec() argument
293 return enable_fec_anatop_clock(fec_id, ENET_25MHZ); in setup_fec()
/u-boot/arch/arm/mach-imx/mx6/
A Dclock.c907 int enable_fec_anatop_clock(int fec_id, enum enet_freq freq) in enable_fec_anatop_clock() argument
920 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