Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/logo/
H A Dpnmtologo.c268 static void write_hex(unsigned char byte) in write_hex() function
299 write_hex(val); in write_logo_mono()
340 write_hex(val); in write_logo_vga16()
375 write_hex(k+32); in write_logo_clut224()
384 write_hex(logo_clut[i].red); in write_logo_clut224()
385 write_hex(logo_clut[i].green); in write_logo_clut224()
386 write_hex(logo_clut[i].blue); in write_logo_clut224()
409 write_hex(logo_data[i][j].red); in write_logo_gray256()