HomeSort by relevance Sort by last modified time
    Searched refs:div_fsys3 (Results 1 - 5 of 5) sorted by null

  /external/u-boot/arch/arm/mach-exynos/
clock_init_exynos4.c 71 writel(CLK_DIV_FSYS3_VAL, &clk->div_fsys3);
clock.c 815 ratio = readl(&clk->div_fsys3);
816 pre_ratio = readl(&clk->div_fsys3);
852 addr = (unsigned int)&clk->div_fsys3;
    [all...]
  /external/u-boot/board/samsung/odroid/
odroid.c 351 clrsetbits_le32(&clk->div_fsys3, clr, set);
  /external/u-boot/board/samsung/trats/
trats.c 331 writel(CLK_DIV_FSYS3_VAL, (unsigned int)&clk->div_fsys3);
  /external/u-boot/arch/arm/mach-exynos/include/mach/
clock.h 97 unsigned int div_fsys3; member in struct:exynos4_clock
334 unsigned int div_fsys3; member in struct:exynos4x12_clock
    [all...]

Completed in 145 milliseconds