Home
last modified time | relevance | path

Searched refs:SYS_FREQCTRL0 (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/mips/alchemy/devboards/
Dpb1100.c57 sys_freqctrl = au_readl(SYS_FREQCTRL0); in board_setup()
59 au_writel(sys_freqctrl, SYS_FREQCTRL0); in board_setup()
66 sys_freqctrl = au_readl(SYS_FREQCTRL0); in board_setup()
75 au_writel(sys_freqctrl, SYS_FREQCTRL0); in board_setup()
Dpb1500.c59 sys_freqctrl = au_readl(SYS_FREQCTRL0); in board_setup()
61 au_writel(sys_freqctrl, SYS_FREQCTRL0); in board_setup()
69 sys_freqctrl = au_readl(SYS_FREQCTRL0); in board_setup()
78 au_writel(sys_freqctrl, SYS_FREQCTRL0); in board_setup()
Ddb1200.c130 __raw_writel(freq0, (void __iomem *)SYS_FREQCTRL0); in board_setup()
133 __raw_writel(freq0, (void __iomem *)SYS_FREQCTRL0); in board_setup()
/linux-3.4.99/arch/mips/alchemy/common/
Dpower.c58 sleep_sys_clocks[0] = au_readl(SYS_FREQCTRL0); in save_core_regs()
89 au_writel(sleep_sys_clocks[0], SYS_FREQCTRL0); in restore_core_regs()
/linux-3.4.99/arch/mips/include/asm/mach-au1x00/
Dau1000.h1368 #define SYS_FREQCTRL0 0xB1900020 macro