Searched refs:blkmv (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | ite_sti.c | 249 sti_blkmv_t blkmv; in sti_do_cursor() local 265 blkmv = (sti_blkmv_t)(sti.code + sti.codeptr[STI_BLOCK_MOVE]); in sti_do_cursor() 266 (*blkmv)(&a.flags, &a.in, &a.out, &sti.cfg); in sti_do_cursor() 272 sti_blkmv_t blkmv; in sti_clear() local 287 blkmv = (sti_blkmv_t)(sti.code + sti.codeptr[STI_BLOCK_MOVE]); in sti_clear() 288 (*blkmv)(&a.flags, &a.in, &a.out, &sti.cfg); in sti_clear() 294 sti_blkmv_t blkmv; in sti_scroll() local 311 blkmv = (sti_blkmv_t)(sti.code + sti.codeptr[STI_BLOCK_MOVE]); in sti_scroll() 312 (*blkmv)(&a.flags, &a.in, &a.out, &sti.cfg); in sti_scroll()
|
/netbsd-src/sys/dev/ic/ |
H A D | stivar.h | 57 sti_blkmv_t blkmv; member
|
H A D | 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 */ 367 STI_DEP(blkmv); 477 #define STI_INQCONF_HWBLKMV 0x0002 /* hw blkmv is present */
|
H A D | sti.c | 371 rom->blkmv = (sti_blkmv_t)O(STI_BLOCK_MOVE); in sti_rom_setup() 904 * faster with blkmv operations rather than unpmv later on. in sti_fetchfonts() 1048 (*rom->blkmv)(&a.flags, &a.in, &a.out, &scr->scr_cfg); 1051 printf("%s: blkmv returned %d\n", in sti_setcment() 1384 * Font is in frame buffer, use blkmv in sti_putchar() 1407 (*rom->blkmv)(&a.flags, &a.in, &a.out, &scr->scr_cfg); in sti_copycols()
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxl.dtsi | 74 clock-names = "blkmv";
|