Searched refs:mbar_writeShort (Results 1 – 6 of 6) sorted by relevance
/u-boot/board/freescale/m5249evb/ |
A D | m5249evb.c | 50 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 D | cpu.c | 160 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 D | cpu_init.c | 259 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 D | m5253demo.c | 43 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()
|
/u-boot/arch/m68k/include/asm/ |
A D | m5249.h | 19 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y macro
|
A D | m5271.h | 18 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y macro
|
Completed in 9 milliseconds