Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/m5249evb/
Dm5249evb.c47 mbar_writeShort(MCFSIM_DCR, 0x8239); in dram_init()
53 mbar_writeShort(MCFSIM_DCR, 0x8202); in dram_init()
59 mbar_writeShort(MCFSIM_DCR, 0x8222); in dram_init()
/external/u-boot/arch/m68k/cpu/mcf52x2/
Dcpu.c155 mbar_writeShort(MCF_WTM_WSR, 0x5555); in watchdog_reset()
156 mbar_writeShort(MCF_WTM_WSR, 0xAAAA); in watchdog_reset()
161 mbar_writeShort(MCF_WTM_WCR, 0); in watchdog_disable()
167 mbar_writeShort(MCF_WTM_WCR, MCF_WTM_WCR_EN); in watchdog_init()
Dcpu_init.c257 mbar_writeShort(MCF_WTM_WCR, 0); in cpu_init_f()
291 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
296 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
301 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
/external/u-boot/board/freescale/m5253evbe/
Dm5253evbe.c36 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()
/external/u-boot/arch/m68k/include/asm/
Dm5249.h19 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y macro
Dm5271.h18 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y macro
/external/u-boot/board/freescale/m5253demo/
Dm5253demo.c39 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()