Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/freescale/mx6ul_14x14_evk/
H A Dmx6ul_14x14_evk.c506 static void setup_iomux_fec(int fec_id) in setup_iomux_fec() argument
508 if (fec_id == 0) in setup_iomux_fec()
524 static int setup_fec(int fec_id) in setup_fec() argument
529 if (fec_id == 0) { in setup_fec()
545 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/
H A Dclock.h75 int enable_fec_anatop_clock(int fec_id, enum enet_freq freq);
/rk3399_rockchip-uboot/board/ccv/xpress/
H A Dxpress.c260 static int setup_fec(int fec_id) in setup_fec() argument
272 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
/rk3399_rockchip-uboot/board/udoo/neo/
H A Dneo.c271 static int setup_fec(int fec_id) in setup_fec() argument
289 return enable_fec_anatop_clock(fec_id, ENET_25MHZ); in setup_fec()
/rk3399_rockchip-uboot/arch/arm/mach-imx/mx6/
H A Dclock.c906 int enable_fec_anatop_clock(int fec_id, enum enet_freq freq) in enable_fec_anatop_clock() argument
919 if (fec_id == 0) { in enable_fec_anatop_clock()
922 } else if (fec_id == 1) { in enable_fec_anatop_clock()
945 if (fec_id == 0) in enable_fec_anatop_clock()