Searched refs:stv0991_creg (Results 1 – 2 of 2) sorted by relevance
13 static struct stv0991_creg *const stv0991_creg = \ variable14 (struct stv0991_creg *)CREG_BASE_ADDR;21 writel((readl(&stv0991_creg->mux12) & GPIOC_31_MUX_MASK) | in stv0991_pinmux_config()23 &stv0991_creg->mux12); in stv0991_pinmux_config()24 writel((readl(&stv0991_creg->mux12) & GPIOC_30_MUX_MASK) | in stv0991_pinmux_config()26 &stv0991_creg->mux12); in stv0991_pinmux_config()28 writel((readl(&stv0991_creg->cfg_pad6) & GPIOC_31_MODE_MASK) | in stv0991_pinmux_config()30 &stv0991_creg->cfg_pad6); in stv0991_pinmux_config()31 writel((readl(&stv0991_creg->cfg_pad6) & GPIOC_30_MODE_MASK) | in stv0991_pinmux_config()33 &stv0991_creg->cfg_pad6); in stv0991_pinmux_config()[all …]
11 struct stv0991_creg { struct