Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dprom_init.c485 static char *tohex(unsigned int x) in tohex() function
514 add_string(&p, tohex((u32)(unsigned long) value)); in prom_setprop()
515 add_string(&p, tohex(valuelen)); in prom_setprop()
516 add_string(&p, tohex(ADDR(pname))); in prom_setprop()
517 add_string(&p, tohex(strlen(pname))); in prom_setprop()