Searched refs:draw_byte_16 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/sparc/kernel/ |
D | btext.c | 25 static void draw_byte_16(const unsigned char *bits, unsigned int *base, int rb); 205 draw_byte_16(font, (unsigned int *)base, rb); in draw_byte() 261 static void draw_byte_16(const unsigned char *font, unsigned int *base, int rb) in draw_byte_16() function
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | btext.c | 428 static inline void draw_byte_16(const unsigned char *font, unsigned int *base, int rb) in draw_byte_16() function 477 draw_byte_16(font, (unsigned int *)base, rb); in draw_byte()
|