HomeSort by: relevance | last modified time | path
    Searched refs:unpmv (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
stivar.h 56 sti_unpmv_t unpmv; member in struct:sti_rom
stireg.h 345 STI_DEP(unpmv);
sti.c 370 rom->unpmv = (sti_unpmv_t)O(STI_FONT_UNPMV);
914 * faster with blkmv operations rather than unpmv later on.
933 (*scr->unpmv)(&a.flags, &a.in, &a.out, &scr->scr_cfg);
935 aprint_error_dev(sc->sc_dev, "unpmv %d "
1375 * Font is in memory, use unpmv
1393 (*rom->unpmv)(&a.flags, &a.in, &a.out, &scr->scr_cfg);
  /src/sys/arch/hp300/stand/common/
ite_sti.c 206 sti_unpmv_t unpmv; local in function:sti_putc
222 unpmv = (sti_unpmv_t)(sti.code + sti.codeptr[STI_FONT_UNPMV]);
223 (*unpmv)(&a.flags, &a.in, &a.out, &sti.cfg);

Completed in 14 milliseconds