Home
last modified time | relevance | path

Searched refs:vbstrt (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Damifb.c774 u_short vbstrt; /* vmode */ member
1037 #define vbstrt2hw(vbstrt) (div2(vbstrt)) argument
1350 par->vbstrt = par->diwstop_v - 2; in ami_decode_var()
1717 custom.vbstrt = vbstrt2hw(par->vbstrt); in ami_init_display()
2274 (copl++)->l = CMOVE(vbstrt2hw(par->vbstrt + 1), vbstrt); in ami_build_copper()
2277 (cops++)->l = CMOVE(vbstrt2hw(par->vbstrt), vbstrt); in ami_build_copper()
2298 (copl++)->l = CMOVE(vbstrt2hw(par->vbstrt), vbstrt); in ami_build_copper()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Damifb.c774 u_short vbstrt; /* vmode */ member
1037 #define vbstrt2hw(vbstrt) (div2(vbstrt)) argument
1350 par->vbstrt = par->diwstop_v - 2; in ami_decode_var()
1717 custom.vbstrt = vbstrt2hw(par->vbstrt); in ami_init_display()
2274 (copl++)->l = CMOVE(vbstrt2hw(par->vbstrt + 1), vbstrt); in ami_build_copper()
2277 (cops++)->l = CMOVE(vbstrt2hw(par->vbstrt), vbstrt); in ami_build_copper()
2298 (copl++)->l = CMOVE(vbstrt2hw(par->vbstrt), vbstrt); in ami_build_copper()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Damifb.c774 u_short vbstrt; /* vmode */ member
1037 #define vbstrt2hw(vbstrt) (div2(vbstrt)) argument
1350 par->vbstrt = par->diwstop_v - 2; in ami_decode_var()
1717 custom.vbstrt = vbstrt2hw(par->vbstrt); in ami_init_display()
2274 (copl++)->l = CMOVE(vbstrt2hw(par->vbstrt + 1), vbstrt); in ami_build_copper()
2277 (cops++)->l = CMOVE(vbstrt2hw(par->vbstrt), vbstrt); in ami_build_copper()
2298 (copl++)->l = CMOVE(vbstrt2hw(par->vbstrt), vbstrt); in ami_build_copper()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/include/asm/
H A Damigahw.h189 unsigned short vbstrt; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/include/asm/
H A Damigahw.h189 unsigned short vbstrt; member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/include/asm/
H A Damigahw.h189 unsigned short vbstrt; member
/dports/audio/uade/uade-2.13/amigasrc/score/
H A Dcustom.i237 vbstrt = $1cc
/dports/lang/fpc-source/fpc-3.2.2/packages/arosunits/src/
H A Dhardware.pas332 vbstrt : Word;
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/coreunits/
H A Dhardware.pas332 vbstrt : Word;
/dports/lang/fpc-source/fpc-3.2.2/packages/morphunits/src/
H A Dhardware.pas451 vbstrt : Word;
/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c84 static uae_u16 hsstop, hbstrt, hbstop, vsstop, vbstrt, vbstop, hsstrt, vsstrt, hcenter; variable
1939 write_log ("VSSTOP=%04.4X VBSTRT=%04.4X VBSTOP=%04.4X\n", vsstop, vbstrt, vbstop); in dumpsync()
3991 case 0x1CC: if (vbstrt < value || vbstrt > value + 1) { vbstrt = value; varsync (); } break; in custom_wput_1()
4142 vbstrt = RW; /* 1CC VBSTRT */ in restore_custom()
4291 SW (vbstrt); /* 1CC VBSTRT */ in save_custom()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp213 static uae_u16 hsstop, hbstrt, hbstop, vsstop, vbstrt, vbstop, hsstrt, vsstrt, hcenter; variable
3902 write_log (_T(" VSSTOP=%04X VBSTRT=%04X VBSTOP=%04X\n"), vsstop, vbstrt, vbstop);
4240 firstblankedline = vbstrt;
4249 firstblankedline = vbstrt;
9179 …case 0x1CC: if (vbstrt < value || vbstrt > (value & (MAXVPOS_LINES_ECS - 1)) + 1) { vbstrt = value…
9389 vbstrt = RW; /* 1CC VBSTRT */
9580 SW (vbstrt); /* 1CC VBSTRT */
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c225 static uae_u16 hsstop, hbstrt, hbstop, vsstop, vbstrt, vbstop, hsstrt, vsstrt, hcenter; variable
3016 write_log (_T(" VSSTOP=%04X VBSTRT=%04X VBSTOP=%04X\n"), vsstop, vbstrt, vbstop); in dumpsync()
7479 …case 0x1CC: if (vbstrt < value || vbstrt > (value & (MAXVPOS_LINES_ECS - 1)) + 1) { vbstrt = value… in custom_wput_1()
7685 vbstrt = RW; /* 1CC VBSTRT */ in restore_custom()
7863 SW (vbstrt); /* 1CC VBSTRT */ in save_custom()