Home
last modified time | relevance | path

Searched refs:unpmv (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/hp300/stand/common/
Dite_sti.c209 sti_unpmv_t unpmv; in sti_putc() local
225 unpmv = (sti_unpmv_t)(sti.code + sti.codeptr[STI_FONT_UNPMV]); in sti_putc()
226 (*unpmv)(&a.flags, &a.in, &a.out, &sti.cfg); in sti_putc()
/netbsd/src/sys/dev/ic/
Dstivar.h56 sti_unpmv_t unpmv; member
Dstireg.h343 STI_DEP(unpmv);
Dsti.c370 rom->unpmv = (sti_unpmv_t)O(STI_FONT_UNPMV); in sti_rom_setup()
923 (*scr->unpmv)(&a.flags, &a.in, &a.out, &scr->scr_cfg); in sti_fetchfonts()
1381 (*rom->unpmv)(&a.flags, &a.in, &a.out, &scr->scr_cfg); in sti_putchar()