Home
last modified time | relevance | path

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

/Linux-v5.4/arch/unicore32/kernel/
Dclock.c170 writel(readl(PM_SWRESET) | PM_SWRESET_VGADIV, PM_SWRESET); in clk_set_rate()
171 while ((readl(PM_SWRESET) & PM_SWRESET_VGADIV) in clk_set_rate()
172 == PM_SWRESET_VGADIV) in clk_set_rate()
/Linux-v5.4/arch/unicore32/include/mach/
Dregs-pm.h122 #define PM_SWRESET_VGADIV FIELD(1, 1, 26) macro