Home
last modified time | relevance | path

Searched refs:mux13 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/
H A Dpinmux.c58 writel((readl(&stv0991_creg->mux13) & FLASH_CS_NC_MASK) | in stv0991_pinmux_config()
59 CFG_FLASH_CS_NC, &stv0991_creg->mux13); in stv0991_pinmux_config()
60 writel((readl(&stv0991_creg->mux13) & FLASH_CLK_MASK) | in stv0991_pinmux_config()
61 CFG_FLASH_CLK, &stv0991_creg->mux13); in stv0991_pinmux_config()
/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/
H A Dstv0991_creg.h35 u32 mux13; /* offset 0x130 */ member