Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dbedbug.c83 disppc ((unsigned char *) addr, 0, len, bedbug_puts, F_RADHEX); in do_bedbug_dis()
118 F_RADHEX); in do_bedbug_asm()
203 disppc ((unsigned char *) addr, 0, 1, bedbug_puts, F_RADHEX); in bedbug_main_loop()
/openbmc/u-boot/include/bedbug/
H A Dppc.h356 #define F_RADHEX 0x8 /* output radix = unsigned hex */ macro