Home
last modified time | relevance | path

Searched refs:diwstop (Results 1 – 18 of 18) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/od-amiga/
H A Damiga-kludges.h78 #define diwstop my_diwstop macro
/dports/emulators/uae/uae-0.8.29/src/od-amiga/
H A Damiga-kludges.h78 #define diwstop my_diwstop macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/include/asm/
H A Damigahw.h149 unsigned short diwstop; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/include/asm/
H A Damigahw.h149 unsigned short diwstop; member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/include/asm/
H A Damigahw.h149 unsigned short diwstop; member
/dports/audio/uade/uade-2.13/amigasrc/score/
H A Dcustom.i105 diwstop = $090
/dports/lang/fpc-source/fpc-3.2.2/packages/arosunits/src/
H A Dhardware.pas304 diwstop : Word;
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/coreunits/
H A Dhardware.pas304 diwstop : Word;
/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c125 static unsigned int diwstrt, diwstop, diwhigh; variable
1993 int hstop = diwstop & 0xFF; in calcdiw()
1995 int vstop = diwstop >> 8; in calcdiw()
2405 if (diwstop == v && ! diwhigh_written) in DIWSTOP()
2409 diwstop = v; in DIWSTOP()
3671 (unsigned int)diwstrt, (unsigned int)diwstop, (unsigned int)ddfstrt, (unsigned int)ddfstop); in dumpcustom()
4114 diwstop = RW; /* 090 DIWSTOP */ in restore_custom()
4263 SW (diwstop); /* 090 DIWSTOP */ in save_custom()
H A DChangeLog1940 Use diwstop instead of diwstart to caclulate the DIW for 320x200 modes.
/dports/lang/fpc-source/fpc-3.2.2/packages/morphunits/src/
H A Dhardware.pas423 diwstop : Word;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Damifb.c2115 (cop++)->l = CMOVE(0x0281, diwstop); in ami_init_copper()
2263 (copl++)->l = CMOVE(diwstop2hw(par->diwstop_h, par->diwstop_v + 1), diwstop); in ami_build_copper()
2265 (cops++)->l = CMOVE(diwstop2hw(par->diwstop_h, par->diwstop_v), diwstop); in ami_build_copper()
2291 (copl++)->l = CMOVE(diwstop2hw(par->diwstop_h, par->diwstop_v), diwstop); in ami_build_copper()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Damifb.c2115 (cop++)->l = CMOVE(0x0281, diwstop); in ami_init_copper()
2263 (copl++)->l = CMOVE(diwstop2hw(par->diwstop_h, par->diwstop_v + 1), diwstop); in ami_build_copper()
2265 (cops++)->l = CMOVE(diwstop2hw(par->diwstop_h, par->diwstop_v), diwstop); in ami_build_copper()
2291 (copl++)->l = CMOVE(diwstop2hw(par->diwstop_h, par->diwstop_v), diwstop); in ami_build_copper()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Damifb.c2115 (cop++)->l = CMOVE(0x0281, diwstop); in ami_init_copper()
2263 (copl++)->l = CMOVE(diwstop2hw(par->diwstop_h, par->diwstop_v + 1), diwstop); in ami_build_copper()
2265 (cops++)->l = CMOVE(diwstop2hw(par->diwstop_h, par->diwstop_v), diwstop); in ami_build_copper()
2291 (copl++)->l = CMOVE(diwstop2hw(par->diwstop_h, par->diwstop_v), diwstop); in ami_build_copper()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c284 static unsigned int diwstrt, diwstop, diwhigh; variable
3391 int hstop = diwstop & 0xFF; in calcdiw()
3393 int vstop = diwstop >> 8; in calcdiw()
4247 if (diwstop == v && ! diwhigh_written) in DIWSTOP()
4252 diwstop = v; in DIWSTOP()
7026 (unsigned int)diwstrt, (unsigned int)diwstop, (unsigned int)ddfstrt, (unsigned int)ddfstop); in dumpcustom()
7656 diwstop = RW; /* 090 DIWSTOP */ in restore_custom()
7813 SW (diwstop); /* 090 DIWSTOP */ in save_custom()
H A DChangeLog1745 Use diwstop instead of diwstart to caclulate the DIW for 320x200 modes.
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp279 static unsigned int diwstrt, diwstop, diwhigh; variable
4373 int hstop = diwstop & 0xFF;
4375 int vstop = diwstop >> 8;
5478 if (diwstop == v && ! diwhigh_written)
5483 diwstop = v;
8717 (unsigned int)diwstrt, (unsigned int)diwstop, (unsigned int)ddfstrt, (unsigned int)ddfstop);
9357 diwstop = RW; /* 090 DIWSTOP */
9522 SW (diwstop); /* 090 DIWSTOP */
/dports/audio/uade/uade-2.13/src/
H A Dcustom.c104 static unsigned int diwstrt, diwstop, diwhigh;