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

  /src/sys/arch/ews4800mips/ews4800mips/
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/
fileread_bfs.c 74 ROM_PUTC(32 + i * 12, 0 + n * 24, msg[i]);
75 ROM_PUTC(0, 0 + n * 24, '\r');
76 ROM_PUTC(0, 0 + n * 24, '\n');
bootxx.c 109 ROM_PUTC(32 + i * 12, 536, msg[i]);
131 ROM_PUTC(0, 0, '\n');
132 ROM_PUTC(0, 0, '\r');
143 ROM_PUTC(600 + i * 12, 536, p[i]);
169 ROM_PUTC(380 + i * 12, 536, fname[i]);
boot.c 357 ROM_PUTC(120 + i * 12, 24 * 10, a[i]);
console.c 121 cons.putc = ROM_PUTC;
  /src/sys/arch/next68k/next68k/
nextrom.c 78 #define ROM_PUTC(c) /* nop */
83 #define ROM_PUTC(c) \
416 ROM_PUTC(RELOC(rom_boot_dev[j], uint8_t));
426 ROM_PUTC(RELOC(rom_boot_arg[j], uint8_t));
436 ROM_PUTC(RELOC(rom_boot_info[j], uint8_t));
446 ROM_PUTC(RELOC(rom_boot_file[j], uint8_t));
  /src/sys/arch/ews4800mips/include/
sbd.h 78 /* void ROM_PUTC(xpixel, ypixel, c) */
79 #define ROM_PUTC ((void (*)(int, int, int))0xbfc0ff60)

Completed in 14 milliseconds