Searched refs:blkmv (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dstivar.h56 sti_blkmv_t blkmv; member in struct:sti_rom
H A Dsti.c376 rom->blkmv = (sti_blkmv_t)O(STI_BLOCK_MOVE);
902 * faster with blkmv operations rather than unpmv later on.
1032 (*rom->blkmv)(&a.flags, &a.in, &a.out, &scr->scr_cfg);
1355 * Font is in frame buffer, use blkmv
1378 (*rom->blkmv)(&a.flags, &a.in, &a.out, &scr->scr_cfg);
H A Dstireg.h77 #define STI_ILLBLKMVFROM 7 /* invalid from in blkmv */
78 #define STI_ILLBLKMVTO 8 /* invalid to in blkmv */
79 #define STI_ILLBLKMVSIZE 9 /* invalid size in blkmv */
89 #define STI_ILLNTBLKMV 19 /* invalid non-text blkmv */
360 STI_DEP(blkmv); variable
470 #define STI_INQCONF_HWBLKMV 0x0002 /* hw blkmv is present */

Completed in 123 milliseconds