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 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 12 milliseconds