HomeSort by relevance Sort by last modified time
    Searched refs:mbar_writeByte (Results 1 - 5 of 5) sorted by null

  /external/u-boot/arch/m68k/cpu/mcf52x2/
cpu_init.c 189 mbar_writeByte(MCFSIM_MPARK, 0x40); /* 5249 Internal Core takes priority over DMA */
190 mbar_writeByte(MCFSIM_SYPCR, 0x00);
191 mbar_writeByte(MCFSIM_SWIVR, 0x0f);
192 mbar_writeByte(MCFSIM_SWSR, 0x00);
193 mbar_writeByte(MCFSIM_SWDICR, 0x00);
194 mbar_writeByte(MCFSIM_TIMER1ICR, 0x00);
195 mbar_writeByte(MCFSIM_TIMER2ICR, 0x88);
196 mbar_writeByte(MCFSIM_I2CICR, 0x00);
197 mbar_writeByte(MCFSIM_UART1ICR, 0x00);
198 mbar_writeByte(MCFSIM_UART2ICR, 0x00)
    [all...]
interrupts.c 89 mbar_writeByte(MCFSIM_TIMER2ICR, CONFIG_SYS_TMRINTR_PRI);
cpu.c 147 mbar_writeByte(MCF_RCM_RCR,
376 mbar_writeByte(MCFSIM_SYPCR, 0xc0);
408 mbar_writeByte(SIM_SYPCR, 0xc0);
  /external/u-boot/arch/m68k/include/asm/
m5249.h 20 #define mbar_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR + x)) = y
m5271.h 19 #define mbar_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR + x)) = y

Completed in 63 milliseconds