Home
last modified time | relevance | path

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

/linux-4.1.27/arch/unicore32/kernel/
Dclock.c173 writel(readl(PM_SWRESET) | PM_SWRESET_VGADIV, PM_SWRESET); in clk_set_rate()
174 while ((readl(PM_SWRESET) & PM_SWRESET_VGADIV) in clk_set_rate()
/linux-4.1.27/arch/unicore32/include/mach/
Dregs-pm.h63 #define PM_SWRESET (PKUNITY_PM_BASE + 0x0038) macro