Searched refs:printhex (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | debug_uart.h | 153 static inline void printhex(uint value, int digits) \ 161 printhex(value, 2); \ 166 printhex(value, 4); \ 171 printhex(value, 8); \
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | debug.S | 45 b printhex 50 b printhex 55 printhex: adr r2, hexbuf label
|
| /openbmc/u-boot/arch/arm/ |
| H A D | Kconfig.debug | 7 Say Y here to include definitions of printascii, printch, printhex
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Fix-more-non-prototype-functions.patch | 283 printhex (d->length, d->data); 304 @@ -56,7 +56,7 @@ static void printdata (krb5_data *d) { printhex (d->length, d->data); } 306 static void printkey (krb5_keyblock *k) { printhex (k->length, k->contents); }
|
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 2835 -static void printhex (size_t len, const unsigned char *p) 2837 +printhex(size_t len, const unsigned char *p) 2846 printhex (strlen ((const char *) p), p);
|
| /openbmc/u-boot/drivers/ddr/fsl/ |
| H A D | interactive.c | 28 const char printhex; member 48 if (table[i].printhex) { in print_option_table()
|