Lines Matching refs:au_writel

125 	au_writel(0, 0xb0100004); au_sync();  in save_core_regs()
126 au_writel(0, USB_HOST_CONFIG); au_sync(); in save_core_regs()
129 au_writel(0, USBD_ENABLE); au_sync(); in save_core_regs()
169 au_writel(sleep_aux_pll_cntrl, SYS_AUXPLL); au_sync(); in restore_core_regs()
170 au_writel(sleep_cpu_pll_cntrl, SYS_CPUPLL); au_sync(); in restore_core_regs()
171 au_writel(sleep_pin_function, SYS_PINFUNC); au_sync(); in restore_core_regs()
175 au_writel(sleep_static_memctlr[0][0], MEM_STCFG0); in restore_core_regs()
176 au_writel(sleep_static_memctlr[0][1], MEM_STTIME0); in restore_core_regs()
177 au_writel(sleep_static_memctlr[0][2], MEM_STADDR0); in restore_core_regs()
178 au_writel(sleep_static_memctlr[1][0], MEM_STCFG1); in restore_core_regs()
179 au_writel(sleep_static_memctlr[1][1], MEM_STTIME1); in restore_core_regs()
180 au_writel(sleep_static_memctlr[1][2], MEM_STADDR1); in restore_core_regs()
181 au_writel(sleep_static_memctlr[2][0], MEM_STCFG2); in restore_core_regs()
182 au_writel(sleep_static_memctlr[2][1], MEM_STTIME2); in restore_core_regs()
183 au_writel(sleep_static_memctlr[2][2], MEM_STADDR2); in restore_core_regs()
184 au_writel(sleep_static_memctlr[3][0], MEM_STCFG3); in restore_core_regs()
185 au_writel(sleep_static_memctlr[3][1], MEM_STTIME3); in restore_core_regs()
186 au_writel(sleep_static_memctlr[3][2], MEM_STADDR3); in restore_core_regs()
192 au_writel(0, UART0_ADDR + UART_MOD_CNTRL); au_sync(); in restore_core_regs()
193 au_writel(1, UART0_ADDR + UART_MOD_CNTRL); au_sync(); in restore_core_regs()
194 au_writel(3, UART0_ADDR + UART_MOD_CNTRL); au_sync(); in restore_core_regs()
195 au_writel(sleep_uart0_inten, UART0_ADDR + UART_IER); au_sync(); in restore_core_regs()
196 au_writel(sleep_uart0_fifoctl, UART0_ADDR + UART_FCR); au_sync(); in restore_core_regs()
197 au_writel(sleep_uart0_linectl, UART0_ADDR + UART_LCR); au_sync(); in restore_core_regs()
198 au_writel(sleep_uart0_clkdiv, UART0_ADDR + UART_CLK); au_sync(); in restore_core_regs()
231 au_writel(au_readl(SYS_PINSTATERD) & ~(1 << 11), SYS_PINSTATERD); in au_sleep()
246 au_writel(1, SYS_WAKESRC); /* clear cause */ in au_sleep()
248 au_writel(wakeup, SYS_WAKEMSK); in au_sleep()
369 au_writel(pll, SYS_CPUPLL); in pm_do_freq()
371 au_writel(new_refresh, MEM_SDREFCFG); in pm_do_freq()
401 au_writel(new_clk, in pm_do_freq()