Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/logo/
H A Dpnmtologo.c272 static void write_hex(unsigned char byte) in write_hex() function
303 write_hex(val); in write_logo_mono()
344 write_hex(val); in write_logo_vga16()
379 write_hex(k+32); in write_logo_clut224()
388 write_hex(logo_clut[i].red); in write_logo_clut224()
389 write_hex(logo_clut[i].green); in write_logo_clut224()
390 write_hex(logo_clut[i].blue); in write_logo_clut224()
413 write_hex(logo_data[i][j].red); in write_logo_gray256()
/OK3568_Linux_fs/buildroot/board/beagleboneai/patches/uboot/
H A D0001-BeagleBone-AI-support.patch630 +void write_hex (unsigned char i)
661 +void write_hex (unsigned char i)
709 + puts("BeagleBone: cape eeprom: i2c_probe: 0x"); write_hex(addr); puts(":\n");
779 + puts("BeagleBone: cape eeprom: i2c_probe: 0x"); write_hex(addr); puts(":\n");