Home
last modified time | relevance | path

Searched refs:mbar_readByte (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/m68k/cpu/mcf52x2/
Dcpu_init.c271 while (!(mbar_readByte(MCF_FMPLL_SYNSR) & MCF_FMPLL_SYNSR_LOCK)) ; in cpu_init_f()
312 (mbar_readByte(MCF_GPIO_PAR_FECI2C) | 0xF0)); in fecpin_setclear()
/external/u-boot/arch/m68k/include/asm/
Dm5271.h16 #define mbar_readByte(x) *((volatile unsigned char *) (CONFIG_SYS_MBAR + x)) macro