/src/sys/arch/arm/samsung/ |
exynos5410_clock.c | 699 struct exynos_gate_clk *egate = &eclk->u.gate; local in function:exynos5410_clock_enable_gate 703 uint32_t v = CLOCK_READ(sc, egate->reg); 705 v |= egate->bits; 707 v &= ~egate->bits; 709 CLOCK_WRITE(sc, egate->reg, v);
|
exynos5422_clock.c | 876 struct exynos_gate_clk *egate = &eclk->u.gate; local in function:exynos5422_clock_enable_gate 880 uint32_t v = CLOCK_READ(sc, egate->reg); 882 v |= egate->bits; 884 v &= ~egate->bits; 886 CLOCK_WRITE(sc, egate->reg, v);
|
exynos5410_clock.c | 699 struct exynos_gate_clk *egate = &eclk->u.gate; local in function:exynos5410_clock_enable_gate 703 uint32_t v = CLOCK_READ(sc, egate->reg); 705 v |= egate->bits; 707 v &= ~egate->bits; 709 CLOCK_WRITE(sc, egate->reg, v);
|
exynos5422_clock.c | 876 struct exynos_gate_clk *egate = &eclk->u.gate; local in function:exynos5422_clock_enable_gate 880 uint32_t v = CLOCK_READ(sc, egate->reg); 882 v |= egate->bits; 884 v &= ~egate->bits; 886 CLOCK_WRITE(sc, egate->reg, v);
|
exynos5410_clock.c | 699 struct exynos_gate_clk *egate = &eclk->u.gate; local in function:exynos5410_clock_enable_gate 703 uint32_t v = CLOCK_READ(sc, egate->reg); 705 v |= egate->bits; 707 v &= ~egate->bits; 709 CLOCK_WRITE(sc, egate->reg, v);
|
exynos5422_clock.c | 876 struct exynos_gate_clk *egate = &eclk->u.gate; local in function:exynos5422_clock_enable_gate 880 uint32_t v = CLOCK_READ(sc, egate->reg); 882 v |= egate->bits; 884 v &= ~egate->bits; 886 CLOCK_WRITE(sc, egate->reg, v);
|