HomeSort by: relevance | last modified time | path
    Searched refs:ROM_FONT_WIDTH (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/ews4800mips/ews4800mips/
cons_machdep.h 36 #define CONS_WIDTH (FB_WIDTH / ROM_FONT_WIDTH)
cons_machdep.c 120 ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
127 ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
132 ROM_PUTC(cons.x * ROM_FONT_WIDTH,
142 ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
146 ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT,
148 ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
  /src/sys/arch/ews4800mips/stand/common/
console.c 158 cons.cursor(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT);
162 cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
169 cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
172 cons.putc(cons.x * ROM_FONT_WIDTH,
174 cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
178 cons.putc(cons.x * ROM_FONT_WIDTH,
188 cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
192 cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT,
194 cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
208 cons.putc(i * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT
    [all...]
console.h 36 #define CONS_WIDTH (FB_WIDTH / ROM_FONT_WIDTH)
  /src/sys/arch/ews4800mips/include/
sbd.h 95 #define ROM_FONT_WIDTH 12

Completed in 12 milliseconds