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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dbtext.c248 static unsigned char * calc_base(int x, int y) function
292 unsigned int *base = (unsigned int *)calc_base(0, 0);
308 unsigned int *base = (unsigned int *)calc_base(0, 0);
327 unsigned int *base = (unsigned int *)calc_base(0, g_loc_Y << 4);
348 unsigned int *src = (unsigned int *)calc_base(0,16);
349 unsigned int *dst = (unsigned int *)calc_base(0,0);
468 unsigned char *base = calc_base(locX << 3, locY << 4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dbtext.c213 calc_base(boot_infos_t *bi, int x, int y) function
260 unsigned long *base = (unsigned long *)calc_base(bi, 0, 0);
282 unsigned long *base = (unsigned long *)calc_base(bi, 0, 0);
303 unsigned long *src = (unsigned long *)calc_base(bi,0,16);
304 unsigned long *dst = (unsigned long *)calc_base(bi,0,0);
413 unsigned char *base = calc_base(bi, locX << 3, locY << 4);

Completed in 45 milliseconds