Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/
H A Dmx6ul_14x14_evk.c380 static void setup_iomux_fec(int fec_id) in setup_iomux_fec() argument
382 if (fec_id == 0) in setup_iomux_fec()
398 static int setup_fec(int fec_id) in setup_fec() argument
403 if (fec_id == 0) { in setup_fec()
419 ret = enable_fec_anatop_clock(fec_id, ENET_50MHZ); in setup_fec()
/openbmc/u-boot/board/ccv/xpress/
H A 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()
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/
H A Dclock.h74 int enable_fec_anatop_clock(int fec_id, enum enet_freq freq);
/openbmc/u-boot/board/udoo/neo/
H A 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()
/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A 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()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.h34 u32 fec_id; /* FEC + 0x000 */ member