Home
last modified time | relevance | path

Searched refs:ROM_PUTC (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/ews4800mips/ews4800mips/
H A Dcons_machdep.c120 ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c); in rom_cnputc()
127 ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c); in rom_cnputc()
132 ROM_PUTC(cons.x * ROM_FONT_WIDTH, in rom_cnputc()
142 ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c); in rom_cnputc()
146 ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, in rom_cnputc()
148 ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c); in rom_cnputc()
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dbootxx.c109 ROM_PUTC(32 + i * 12, 536, msg[i]); in main()
131 ROM_PUTC(0, 0, '\n'); in main()
132 ROM_PUTC(0, 0, '\r'); in main()
143 ROM_PUTC(600 + i * 12, 536, p[i]); in main()
169 ROM_PUTC(380 + i * 12, 536, fname[i]); in loader()
H A Dfileread_bfs.c74 ROM_PUTC(32 + i * 12, 0 + n * 24, msg[i]); in fileread()
75 ROM_PUTC(0, 0 + n * 24, '\r'); in fileread()
76 ROM_PUTC(0, 0 + n * 24, '\n'); in fileread()
H A Dconsole.c121 cons.putc = ROM_PUTC; in console_init()
H A Dboot.c357 ROM_PUTC(120 + i * 12, 24 * 10, a[i]); in cmd_test()
/netbsd-src/sys/arch/next68k/next68k/
H A Dnextrom.c78 #define ROM_PUTC(c) /* nop */ macro
83 #define ROM_PUTC(c) \ macro
416 ROM_PUTC(RELOC(rom_boot_dev[j], uint8_t)); in next68k_bootargs()
426 ROM_PUTC(RELOC(rom_boot_arg[j], uint8_t)); in next68k_bootargs()
436 ROM_PUTC(RELOC(rom_boot_info[j], uint8_t)); in next68k_bootargs()
446 ROM_PUTC(RELOC(rom_boot_file[j], uint8_t)); in next68k_bootargs()
/netbsd-src/sys/arch/ews4800mips/include/
H A Dsbd.h79 #define ROM_PUTC ((void (*)(int, int, int))0xbfc0ff60) macro