Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/mx6ul_14x14_evk/
Dmx6ul_14x14_evk.c505 static void setup_iomux_fec(int fec_id) in setup_iomux_fec() argument
507 if (fec_id == 0) in setup_iomux_fec()
523 static int setup_fec(int fec_id) in setup_fec() argument
528 if (fec_id == 0) { in setup_fec()
544 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
/external/u-boot/board/ccv/xpress/
Dxpress.c265 static int setup_fec(int fec_id) in setup_fec() argument
277 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
/external/u-boot/arch/arm/include/asm/arch-mx6/
Dclock.h74 int enable_fec_anatop_clock(int fec_id, enum enet_freq freq);
/external/u-boot/board/udoo/neo/
Dneo.c270 static int setup_fec(int fec_id) in setup_fec() argument
288 return enable_fec_anatop_clock(fec_id, ENET_25MHZ); in setup_fec()
/external/u-boot/arch/arm/mach-imx/mx6/
Dclock.c905 int enable_fec_anatop_clock(int fec_id, enum enet_freq freq) in enable_fec_anatop_clock() argument
918 if (fec_id == 0) { in enable_fec_anatop_clock()
921 } else if (fec_id == 1) { in enable_fec_anatop_clock()
944 if (fec_id == 0) in enable_fec_anatop_clock()