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

  /external/u-boot/arch/arm/cpu/arm926ejs/spear/
cpu.c 16 u32 periph1_clken, periph_clk_cfg; local
29 periph_clk_cfg = readl(&misc_p->periph_clk_cfg);
30 periph_clk_cfg &= ~CONFIG_SPEAR_UARTCLKMSK;
31 periph_clk_cfg |= CONFIG_SPEAR_UART48M;
32 writel(periph_clk_cfg, &misc_p->periph_clk_cfg);
timer.c 42 writel(readl(&misc_regs_p->periph_clk_cfg) | synth,
43 &misc_regs_p->periph_clk_cfg);
spl.c 165 writel(RTC_DISABLE | PLLTIMEEN, &misc_p->periph_clk_cfg);
  /external/u-boot/arch/arm/include/asm/arch-spear/
spr_misc.h 21 u32 periph_clk_cfg; /* 0x28 */ member in struct:misc_regs
124 /* PERIPH_CLK_CFG value */
155 /* PERIPH_CLK_CFG */

Completed in 110 milliseconds