Home
last modified time | relevance | path

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

/u-boot/board/freescale/m5249evb/
A Dm5249evb.c50 mbar_writeShort(MCFSIM_DCR, 0x8239); in dram_init()
56 mbar_writeShort(MCFSIM_DCR, 0x8202); in dram_init()
62 mbar_writeShort(MCFSIM_DCR, 0x8222); in dram_init()
/u-boot/arch/m68k/cpu/mcf52x2/
A Dcpu.c160 mbar_writeShort(MCF_WTM_WSR, 0x5555); in watchdog_reset()
161 mbar_writeShort(MCF_WTM_WSR, 0xAAAA); in watchdog_reset()
166 mbar_writeShort(MCF_WTM_WCR, 0); in watchdog_disable()
172 mbar_writeShort(MCF_WTM_WCR, MCF_WTM_WCR_EN); in watchdog_init()
A Dcpu_init.c259 mbar_writeShort(MCF_WTM_WCR, 0); in cpu_init_f()
293 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
298 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
303 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
/u-boot/board/freescale/m5253demo/
A Dm5253demo.c43 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()
/u-boot/arch/m68k/include/asm/
A Dm5249.h19 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y macro
A Dm5271.h18 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y macro

Completed in 9 milliseconds