Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dbtext.c252 static unsigned char * calc_base(int x, int y) in calc_base() function
296 unsigned int *base = (unsigned int *)calc_base(0, 0); in btext_clearscreen()
314 unsigned int *base = (unsigned int *)calc_base(0, 0); in btext_flushscreen()
333 unsigned int *base = (unsigned int *)calc_base(0, g_loc_Y << 4); in btext_flushline()
354 unsigned int *src = (unsigned int *)calc_base(0,16); in scrollscreen()
355 unsigned int *dst = (unsigned int *)calc_base(0,0); in scrollscreen()
467 unsigned char *base = calc_base(locX << 3, locY << 4); in draw_byte()
/openbmc/linux/arch/sparc/kernel/
H A Dbtext.c88 static unsigned char * calc_base(int x, int y) in calc_base() function
99 unsigned int *base = (unsigned int *)calc_base(0, 0); in btext_clearscreen()
116 unsigned int *src = (unsigned int *)calc_base(0,16); in scrollscreen()
117 unsigned int *dst = (unsigned int *)calc_base(0,0); in scrollscreen()
196 unsigned char *base = calc_base(locX << 3, locY << 4); in draw_byte()