Home
last modified time | relevance | path

Searched refs:mor (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-at91/
H A Dspl_atmel.c25 tmp = readl(&pmc->mor); in switch_to_main_crystal_osc()
31 writel(tmp, &pmc->mor); in switch_to_main_crystal_osc()
35 tmp = readl(&pmc->mor); in switch_to_main_crystal_osc()
39 writel(tmp, &pmc->mor); in switch_to_main_crystal_osc()
41 tmp = readl(&pmc->mor); in switch_to_main_crystal_osc()
45 writel(tmp, &pmc->mor); in switch_to_main_crystal_osc()
55 tmp = readl(&pmc->mor); in switch_to_main_crystal_osc()
59 writel(tmp, &pmc->mor); in switch_to_main_crystal_osc()
H A Dspl_at91.c37 writel(AT91_PMC_MOSCS | (0x40 << 8), &pmc->mor); in lowlevel_clock_init()
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/
H A Dat91_pmc.h38 u32 mor; /* 0x20 Main Oscilator Register */ member