Symbol: ROM_FONT_WIDTH
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
132
ROM_PUTC(cons.x * ROM_FONT_WIDTH,
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
36
#define CONS_WIDTH (FB_WIDTH / ROM_FONT_WIDTH)
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
172
cons.putc(cons.x * ROM_FONT_WIDTH,
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
178
cons.putc(cons.x * ROM_FONT_WIDTH,
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
36
#define CONS_WIDTH (FB_WIDTH / ROM_FONT_WIDTH)