Symbol: ROM_FONT_HEIGHT
sys/arch/ews4800mips/ews4800mips/cons_machdep.c
120
ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/ews4800mips/cons_machdep.c
127
ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/ews4800mips/cons_machdep.c
133
cons.y * ROM_FONT_HEIGHT, ' ');
sys/arch/ews4800mips/ews4800mips/cons_machdep.c
142
ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/ews4800mips/cons_machdep.c
146
ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT,
sys/arch/ews4800mips/ews4800mips/cons_machdep.c
148
ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/ews4800mips/cons_machdep.h
37
#define CONS_HEIGHT (FB_HEIGHT / ROM_FONT_HEIGHT)
sys/arch/ews4800mips/stand/common/cons_fb.c
102
fb_copy(0, cons.y * ROM_FONT_HEIGHT, 0, 0, FB_WIDTH, FB_HEIGHT / 2);
sys/arch/ews4800mips/stand/common/cons_fb.c
103
fb_clear(0, cons.y *ROM_FONT_HEIGHT, FB_WIDTH, FB_HEIGHT / 2, CONS_BG);
sys/arch/ews4800mips/stand/common/cons_fb.c
170
font_ofs * sizeof(uint16_t) * ROM_FONT_HEIGHT);
sys/arch/ews4800mips/stand/common/cons_fb.c
96
fb_copy(0, ROM_FONT_HEIGHT, 0, 0,
sys/arch/ews4800mips/stand/common/cons_fb.c
98
fb_clear(0, cons.y * ROM_FONT_HEIGHT, FB_WIDTH, ROM_FONT_HEIGHT,
sys/arch/ews4800mips/stand/common/console.c
158
cons.cursor(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT);
sys/arch/ews4800mips/stand/common/console.c
162
cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/stand/common/console.c
169
cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/stand/common/console.c
173
cons.y * ROM_FONT_HEIGHT, ' ');
sys/arch/ews4800mips/stand/common/console.c
174
cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/stand/common/console.c
179
cons.y * ROM_FONT_HEIGHT, ' ');
sys/arch/ews4800mips/stand/common/console.c
188
cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/stand/common/console.c
192
cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT,
sys/arch/ews4800mips/stand/common/console.c
194
cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/stand/common/console.c
208
cons.putc(i * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT,
sys/arch/ews4800mips/stand/common/console.c
217
cons.cursor(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT);
sys/arch/ews4800mips/stand/common/console.h
37
#define CONS_HEIGHT (FB_HEIGHT / ROM_FONT_HEIGHT)