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

  /src/sys/arch/hp300/stand/common/
ite_sti.c 247 sti_blkmv_t blkmv; local in function:sti_do_cursor
263 blkmv = (sti_blkmv_t)(sti.code + sti.codeptr[STI_BLOCK_MOVE]);
264 (*blkmv)(&a.flags, &a.in, &a.out, &sti.cfg);
270 sti_blkmv_t blkmv; local in function:sti_clear
285 blkmv = (sti_blkmv_t)(sti.code + sti.codeptr[STI_BLOCK_MOVE]);
286 (*blkmv)(&a.flags, &a.in, &a.out, &sti.cfg);
292 sti_blkmv_t blkmv; local in function:sti_scroll
309 blkmv = (sti_blkmv_t)(sti.code + sti.codeptr[STI_BLOCK_MOVE]);
310 (*blkmv)(&a.flags, &a.in, &a.out, &sti.cfg);
  /src/sys/dev/ic/
stivar.h 57 sti_blkmv_t blkmv; member in struct:sti_rom
stireg.h 79 #define STI_ILLBLKMVFROM 7 /* invalid from in blkmv */
80 #define STI_ILLBLKMVTO 8 /* invalid to in blkmv */
81 #define STI_ILLBLKMVSIZE 9 /* invalid size in blkmv */
91 #define STI_ILLNTBLKMV 19 /* invalid non-text blkmv */
370 STI_DEP(blkmv);
480 #define STI_INQCONF_HWBLKMV 0x0002 /* hw blkmv is present */
sti.c 371 rom->blkmv = (sti_blkmv_t)O(STI_BLOCK_MOVE);
914 * faster with blkmv operations rather than unpmv later on.
1059 (*rom->blkmv)(&a.flags, &a.in, &a.out, &scr->scr_cfg);
1062 printf("%s: blkmv returned %d\n",
1396 * Font is in frame buffer, use blkmv
1419 (*rom->blkmv)(&a.flags, &a.in, &a.out, &scr->scr_cfg);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-gxl.dtsi 74 clock-names = "blkmv";

Completed in 15 milliseconds