Searched refs:mbar_writeShort (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/freescale/m5249evb/ |
| H A D | m5249evb.c | 48 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 D | cpu.c | 152 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 D | cpu_init.c | 258 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 D | m5253evbe.c | 37 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | m5249.h | 20 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y macro
|
| H A D | m5271.h | 19 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y macro
|
| /OK3568_Linux_fs/u-boot/board/freescale/m5253demo/ |
| H A D | m5253demo.c | 40 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()
|