Home
last modified time | relevance | path

Searched refs:mbar_writeShort (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/m5249evb/
H A Dm5249evb.c48 mbar_writeShort(MCFSIM_DCR, 0x8239); in dram_init()
54 mbar_writeShort(MCFSIM_DCR, 0x8202); in dram_init()
60 mbar_writeShort(MCFSIM_DCR, 0x8222); in dram_init()
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu.c152 mbar_writeShort(MCF_WTM_WSR, 0x5555); in watchdog_reset()
153 mbar_writeShort(MCF_WTM_WSR, 0xAAAA); in watchdog_reset()
158 mbar_writeShort(MCF_WTM_WCR, 0); in watchdog_disable()
164 mbar_writeShort(MCF_WTM_WCR, MCF_WTM_WCR_EN); in watchdog_init()
H A Dcpu_init.c258 mbar_writeShort(MCF_WTM_WCR, 0); in cpu_init_f()
292 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
297 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
302 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
/OK3568_Linux_fs/u-boot/board/freescale/m5253evbe/
H A Dm5253evbe.c37 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dm5249.h20 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y macro
H A Dm5271.h19 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y macro
/OK3568_Linux_fs/u-boot/board/freescale/m5253demo/
H A Dm5253demo.c40 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()