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

  /src/sys/arch/next68k/next68k/
nextrom.c 80 #define ROM_PUTC(c) /* nop */
85 #define ROM_PUTC(c) \
434 ROM_PUTC(RELOC(rom_boot_dev[j], uint8_t));
444 ROM_PUTC(RELOC(rom_boot_arg[j], uint8_t));
454 ROM_PUTC(RELOC(rom_boot_info[j], uint8_t));
464 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 25 milliseconds