Home
last modified time | relevance | path

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

/external/u-boot/board/logicpd/imx6/
Dimx6logic.c74 setbits_le32(&iomuxc_regs->gpr[1], IOMUXC_GPR1_ENET_CLK_SEL_MASK); in fixup_enet_clock()
/external/u-boot/board/barco/platinum/
Dplatinum_picon.c148 setbits_le32(&iomux->gpr[1], IOMUXC_GPR1_ENET_CLK_SEL_MASK); in platinum_setup_enet()
/external/u-boot/board/aristainetos/
Daristainetos-v1.c107 setbits_le32(&iomux->gpr[1], IOMUXC_GPR1_ENET_CLK_SEL_MASK); in setup_iomux_enet()
/external/u-boot/board/tqc/tqma6/
Dtqma6_mba6.c117 clrbits_le32(&iomuxc_regs->gpr[1], IOMUXC_GPR1_ENET_CLK_SEL_MASK); in mba6_setup_iomuxc_enet()
/external/u-boot/board/solidrun/mx6cuboxi/
Dmx6cuboxi.c229 setbits_le32(&iomuxc_regs->gpr[1], IOMUXC_GPR1_ENET_CLK_SEL_MASK); in board_eth_init()
/external/u-boot/board/toradex/colibri_imx6/
Dcolibri_imx6.c416 setbits_le32(&iomuxc_regs->gpr[1], IOMUXC_GPR1_ENET_CLK_SEL_MASK); in board_eth_init()
/external/u-boot/arch/arm/include/asm/arch-mx6/
Dimx-regs.h503 #define IOMUXC_GPR1_ENET_CLK_SEL_MASK (1 << IOMUXC_GPR1_ENET_CLK_SEL_OFFSET) macro