Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/mvebu/
H A Darmada-37xx-periph.c19 #define TBG_SEL 0x0 macro
229 return (readl(priv->reg + TBG_SEL) >> shift) & 3; in get_mux()
236 reg = readl(priv->reg + TBG_SEL); in set_mux()
239 writel(reg, priv->reg + TBG_SEL); in set_mux()
/openbmc/linux/drivers/clk/mvebu/
H A Darmada-37xx-periph.c29 #define TBG_SEL 0x0 macro
140 .reg = (void *)TBG_SEL, \
171 .reg_mux = (void *)TBG_SEL, \
698 data->tbg_sel = readl(data->reg + TBG_SEL); in armada_3700_periph_clock_suspend()
717 writel(data->tbg_sel, data->reg + TBG_SEL); in armada_3700_periph_clock_resume()