HomeSort by relevance Sort by last modified time
    Searched defs:mbar_writeShort (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/m68k/include/asm/
m5249.h 19 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y
m5271.h 18 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y

Completed in 202 milliseconds