Searched refs:draw_byte_8 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | btext.c | 25 static void draw_byte_8(unsigned char *bits, unsigned int *base, int rb); 210 draw_byte_8(font, (unsigned int *)base, rb); in draw_byte() 281 static void draw_byte_8(unsigned char *font, unsigned int *base, int rb) in draw_byte_8() function
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | btext.c | 25 static void draw_byte_8(unsigned char *bits, unsigned int *base, int rb); 210 draw_byte_8(font, (unsigned int *)base, rb); in draw_byte() 281 static void draw_byte_8(unsigned char *font, unsigned int *base, int rb) in draw_byte_8() function
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | btext.c | 450 static inline void draw_byte_8(unsigned char *font, unsigned int *base, int rb) in draw_byte_8() function 483 draw_byte_8(font, (unsigned int *)base, rb); in draw_byte()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | btext.c | 449 static inline void draw_byte_8(unsigned char *font, unsigned int *base, int rb) in draw_byte_8() function 482 draw_byte_8(font, (unsigned int *)base, rb); in draw_byte()
|
Completed in 6 milliseconds