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

  /src/sys/arch/ews4800mips/ews4800mips/
cons_machdep.h 37 #define CONS_HEIGHT (FB_HEIGHT / ROM_FONT_HEIGHT)
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);
133 cons.y * ROM_FONT_HEIGHT, ' ');
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);
173 cons.y * ROM_FONT_HEIGHT, ' ');
174 cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
179 cons.y * ROM_FONT_HEIGHT, ' ');
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...]
cons_fb.c 96 fb_copy(0, ROM_FONT_HEIGHT, 0, 0,
98 fb_clear(0, cons.y * ROM_FONT_HEIGHT, FB_WIDTH, ROM_FONT_HEIGHT,
102 fb_copy(0, cons.y * ROM_FONT_HEIGHT, 0, 0, FB_WIDTH, FB_HEIGHT / 2);
103 fb_clear(0, cons.y *ROM_FONT_HEIGHT, FB_WIDTH, FB_HEIGHT / 2, CONS_BG);
170 font_ofs * sizeof(uint16_t) * ROM_FONT_HEIGHT);
console.h 37 #define CONS_HEIGHT (FB_HEIGHT / ROM_FONT_HEIGHT)
  /src/sys/arch/ews4800mips/include/
sbd.h 96 #define ROM_FONT_HEIGHT 24

Completed in 15 milliseconds