Home
last modified time | relevance | path

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

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