Home
last modified time | relevance | path

Searched refs:printhex (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Ddebug_uart.h191 static inline void printhex(uint value, int digits) \
199 printhex(value, 2); \
204 printhex(value, 4); \
209 printhex(value, 8); \
/rk3399_rockchip-uboot/arch/arm/lib/
H A Ddebug.S46 b printhex
51 b printhex
56 printhex: adr r2, hexbuf label
/rk3399_rockchip-uboot/arch/arm/
H A DKconfig.debug7 Say Y here to include definitions of printascii, printch, printhex
/rk3399_rockchip-uboot/drivers/ddr/fsl/
H A Dinteractive.c28 const char printhex; member
48 if (table[i].printhex) { in print_option_table()