Searched refs:romfont (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/powerpc/oea/ |
| D | ofw_rascons.c | 184 u_char *romfont; in copy_rom_font() local 196 OF_interpret("font-adr", 0, 1, &romfont); in copy_rom_font() 197 if (romfont == NULL || romfont == (u_char *)-1) in copy_rom_font() 207 OF_call_method("translate", mmu, 1, 3, romfont, &romfont, &m, &e); in copy_rom_font() 217 memcpy(fontbuf, romfont, size); in copy_rom_font()
|