Home
last modified time | relevance | path

Searched refs:ri_crow (Results 1 – 25 of 43) sorted by relevance

12

/netbsd/src/sys/dev/wscons/
Dwsdisplay_vcons.c757 scr->scr_vd->private->cursor(ri, 1, ri->ri_crow, ri->ri_ccol); in vcons_redraw_screen()
759 vdp->cursor_offset = ri->ri_crow * ri->ri_cols + ri->ri_ccol; in vcons_redraw_screen()
814 scr->scr_vd->private->cursor(ri, 1, ri->ri_crow, ri->ri_ccol); in vcons_update_screen()
815 vdp->cursor_offset = ri->ri_crow * ri->ri_cols + ri->ri_ccol; in vcons_update_screen()
918 *curyp = scr->scr_ri.ri_crow; in vcons_alloc_screen()
1055 if (ri->ri_crow == row && in vcons_copycols_noread()
1211 if (ri->ri_crow >= dstrow && ri->ri_crow < (dstrow + nrows)) in vcons_copyrows_noread()
1338 if (row == ri->ri_crow && col == ri->ri_ccol) { in vcons_putchar()
1356 if (scr->scr_ri.ri_crow != row || scr->scr_ri.ri_ccol != col) { in vcons_cursor()
1357 scr->scr_ri.ri_crow = row; in vcons_cursor()
[all …]
/netbsd/src/sys/dev/sun/
Dcgsix.c351 y = ri->ri_crow * he + ri->ri_yorigin; in cg6_ras_nuke_cursor()
368 if ((ri->ri_crow >= src && ri->ri_crow < (src + n)) && in cg6_ras_copyrows()
373 if (ri->ri_crow >= dst && ri->ri_crow < (dst + n)) in cg6_ras_copyrows()
410 if (ri->ri_crow == row && in cg6_ras_copycols()
416 if (ri->ri_crow == row && in cg6_ras_copycols()
451 if (ri->ri_crow == row && in cg6_ras_erasecols()
480 if (ri->ri_crow >= row && ri->ri_crow < (row + n)) in cg6_ras_eraserows()
1375 if (row == ri->ri_crow && col == ri->ri_ccol) { in cgsix_putchar()
1431 if (row == ri->ri_crow && col == ri->ri_ccol) { in cgsix_putchar_aa()
1538 ri->ri_crow = row; in cgsix_cursor()
[all …]
/netbsd/src/sys/arch/sparc/dev/
Dcgfourteen.c1576 if (row == ri->ri_crow && col == ri->ri_ccol) { in cg14_putchar()
1643 y = ri->ri_crow * he + ri->ri_yorigin; in cg14_nuke_cursor()
1670 ri->ri_crow = row; in cg14_cursor()
1673 scr->scr_ri.ri_crow = row; in cg14_cursor()
1699 if (row == ri->ri_crow && col == ri->ri_ccol) { in cg14_putchar_aa()
1805 if (ri->ri_crow == row && in cg14_copycols()
1816 if (ri->ri_crow == row && in cg14_copycols()
1837 if (ri->ri_crow == row && in cg14_erasecols()
1853 if ((ri->ri_crow >= srcrow && ri->ri_crow < (srcrow + nrows)) && in cg14_copyrows()
1863 if (ri->ri_crow >= dstrow && ri->ri_crow < (dstrow + nrows)) in cg14_copyrows()
[all …]
/netbsd/src/sys/dev/pci/
Dwcfb.c592 coffset = ri->ri_ccol + (ri->ri_crow * ri->ri_cols); in wcfb_cursor()
594 wcfb_putchar(cookie, ri->ri_crow, in wcfb_cursor()
599 ri->ri_crow = row; in wcfb_cursor()
610 wcfb_putchar(cookie, ri->ri_crow, ri->ri_ccol, in wcfb_cursor()
615 ri->ri_crow = row; in wcfb_cursor()
883 y = ri->ri_crow * he + ri->ri_yorigin; in wcfb_acc_cursor()
888 ri->ri_crow = row; in wcfb_acc_cursor()
892 y = ri->ri_crow * he + ri->ri_yorigin; in wcfb_acc_cursor()
897 scr->scr_ri.ri_crow = row; in wcfb_acc_cursor()
Dgffb.c1078 y = ri->ri_crow * he + ri->ri_yorigin; in gffb_cursor()
1083 ri->ri_crow = row; in gffb_cursor()
1087 y = ri->ri_crow * he + ri->ri_yorigin; in gffb_cursor()
1092 scr->scr_ri.ri_crow = row; in gffb_cursor()
Dr128fb.c811 y = ri->ri_crow * he + ri->ri_yorigin; in r128fb_cursor()
815 ri->ri_crow = row; in r128fb_cursor()
819 y = ri->ri_crow * he + ri->ri_yorigin; in r128fb_cursor()
824 scr->scr_ri.ri_crow = row; in r128fb_cursor()
Dpm3fb.c784 y = ri->ri_crow * he + ri->ri_yorigin; in pm3fb_cursor()
789 ri->ri_crow = row; in pm3fb_cursor()
793 y = ri->ri_crow * he + ri->ri_yorigin; in pm3fb_cursor()
798 scr->scr_ri.ri_crow = row; in pm3fb_cursor()
Dunichromefb.c1522 y = ri->ri_crow * he + ri->ri_yorigin; in uni_cursor()
1527 ri->ri_crow = row; in uni_cursor()
1531 y = ri->ri_crow * he + ri->ri_yorigin; in uni_cursor()
1537 ri->ri_crow = row; in uni_cursor()
Dpm2fb.c1001 y = ri->ri_crow * he + ri->ri_yorigin; in pm2fb_cursor()
1006 ri->ri_crow = row; in pm2fb_cursor()
1010 y = ri->ri_crow * he + ri->ri_yorigin; in pm2fb_cursor()
1015 scr->scr_ri.ri_crow = row; in pm2fb_cursor()
Dvoodoofb.c727 y = ri->ri_crow * he + ri->ri_yorigin; in voodoofb_cursor()
732 ri->ri_crow = row; in voodoofb_cursor()
737 y = ri->ri_crow * he + ri->ri_yorigin; in voodoofb_cursor()
743 ri->ri_crow = row; in voodoofb_cursor()
/netbsd/src/sys/arch/amiga/dev/
Dmntva.c560 y = ri->ri_crow * he + ri->ri_yorigin;
565 ri->ri_crow = row;
569 y = ri->ri_crow * he + ri->ri_yorigin;
574 scr->scr_ri.ri_crow = row;
/netbsd/src/sys/dev/rasops/
Drasops.c433 ri->ri_crow = 0; in rasops_reconfig()
830 ri->ri_crow = row; in rasops_cursor()
1059 col = ri->ri_rows - ri->ri_crow - 1; in rasops_do_cursor()
1063 col = ri->ri_crow; in rasops_do_cursor()
1065 row = ri->ri_crow; in rasops_do_cursor()
1071 row = ri->ri_crow; in rasops_do_cursor()
Drasops.h100 int ri_crow; /* cursor row */ member
Drasops_bitops.h155 row = ri->ri_crow; in NAME()
/netbsd/src/sys/dev/ic/
Dct65550.c418 y = ri->ri_crow * he + ri->ri_yorigin; in chipsfb_cursor()
423 ri->ri_crow = row; in chipsfb_cursor()
427 y = ri->ri_crow * he + ri->ri_yorigin; in chipsfb_cursor()
433 ri->ri_crow = row; in chipsfb_cursor()
/netbsd/src/sys/arch/sgimips/gio/
Dnewport.c731 y = ri->ri_crow * he + ri->ri_yorigin; in newport_cursor()
736 ri->ri_crow = row; in newport_cursor()
742 y = ri->ri_crow * he + ri->ri_yorigin; in newport_cursor()
/netbsd/src/sys/arch/arm/clps711x/
Dclpslcd.c193 wsdisplay_cnattach(&clpslcd_descr, ri, ri->ri_ccol, ri->ri_crow, in clpslcd_attach()
/netbsd/src/sys/arch/epoc32/windermere/
Dwmlcd.c222 wsdisplay_cnattach(&wmlcd_descr, ri, ri->ri_ccol, ri->ri_crow, in wmlcd_attach()
/netbsd/src/sys/arch/sparc64/dev/
Dffb.c1004 y = ri->ri_crow * he + ri->ri_yorigin; in ffb_cursor()
1015 ri->ri_crow = row; in ffb_cursor()
1020 y = ri->ri_crow * he + ri->ri_yorigin; in ffb_cursor()
1032 ri->ri_crow = row; in ffb_cursor()
/netbsd/src/sys/dev/pci/voyager/
Dvoyagerfb.c879 y = ri->ri_crow * he + ri->ri_yorigin; in voyagerfb_cursor()
884 ri->ri_crow = row; in voyagerfb_cursor()
888 y = ri->ri_crow * he + ri->ri_yorigin; in voyagerfb_cursor()
893 scr->scr_ri.ri_crow = row; in voyagerfb_cursor()
/netbsd/src/sys/arch/usermode/dev/
Dvncfb.c451 oy = ri->ri_crow * h + ri->ri_yorigin; in vncfb_cursor()
456 y = ri->ri_crow * h + ri->ri_yorigin; in vncfb_cursor()
/netbsd/src/sys/arch/vax/vsa/
Dsmg.c726 row = ri->ri_crow; in smg_cursor()
730 ri->ri_crow = row; in smg_cursor()
/netbsd/src/sys/dev/sbus/
Dzx.c895 y = ri->ri_crow * he + ri->ri_yorigin; in zx_do_cursor()
902 ri->ri_crow = row; in zx_do_cursor()
908 y = ri->ri_crow * he + ri->ri_yorigin; in zx_do_cursor()
Dagten.c823 y = ri->ri_crow * he + ri->ri_yorigin; in agten_cursor()
829 ri->ri_crow = row; in agten_cursor()
835 y = ri->ri_crow * he + ri->ri_yorigin; in agten_cursor()
Dmgx.c837 y = ri->ri_crow * he + ri->ri_yorigin; in mgx_cursor()
842 ri->ri_crow = row; in mgx_cursor()
848 y = ri->ri_crow * he + ri->ri_yorigin; in mgx_cursor()

12