Home
last modified time | relevance | path

Searched refs:TIMER4 (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dpokey.c115 #define TIMER4 2 macro
1088 timer_adjust(p->timer[TIMER4], TIME_NEVER, 0, 0); in pokey_register_w()
1142 p->timer_param[TIMER4] = (chip<<3)|IRQ_TIMR4; in pokey_register_w()
1143 …timer_adjust(p->timer[TIMER4], p->timer_period[TIMER4], p->timer_param[TIMER4], p->timer_period[TI… in pokey_register_w()
1154 p->timer_param[TIMER4] = (chip<<3)|IRQ_TIMR4; in pokey_register_w()
1155 …timer_adjust(p->timer[TIMER4], p->timer_period[TIMER4], p->timer_param[TIMER4], p->timer_period[TI… in pokey_register_w()
1161 timer_enable(p->timer[TIMER4], p->IRQEN & IRQ_TIMR4); in pokey_register_w()
1207 if( p->timer[TIMER4] && ((p->IRQEN^data) & IRQ_TIMR4) ) in pokey_register_w()
1208 timer_enable(p->timer[TIMER4], data & IRQ_TIMR4); in pokey_register_w()
1352 if( p->interrupt_cb && p->timer[TIMER4] ) in pokey_register_w()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dpokey.c121 #define TIMER4 2 macro
1094 timer_adjust(p->timer[TIMER4], TIME_NEVER, 0, 0); in pokey_register_w()
1148 p->timer_param[TIMER4] = (chip<<3)|IRQ_TIMR4; in pokey_register_w()
1149 …timer_adjust(p->timer[TIMER4], p->timer_period[TIMER4], p->timer_param[TIMER4], p->timer_period[TI… in pokey_register_w()
1160 p->timer_param[TIMER4] = (chip<<3)|IRQ_TIMR4; in pokey_register_w()
1161 …timer_adjust(p->timer[TIMER4], p->timer_period[TIMER4], p->timer_param[TIMER4], p->timer_period[TI… in pokey_register_w()
1167 timer_enable(p->timer[TIMER4], p->IRQEN & IRQ_TIMR4); in pokey_register_w()
1213 if( p->timer[TIMER4] && ((p->IRQEN^data) & IRQ_TIMR4) ) in pokey_register_w()
1214 timer_enable(p->timer[TIMER4], data & IRQ_TIMR4); in pokey_register_w()
1358 if( p->interrupt_cb && p->timer[TIMER4] ) in pokey_register_w()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dpokey.c111 #define TIMER4 2 macro
1058 if( p->timer[TIMER4] ) in pokey_register_w()
1059 timer_remove(p->timer[TIMER4]); in pokey_register_w()
1062 p->timer[TIMER4] = NULL; in pokey_register_w()
1115 p->timer[TIMER4] = in pokey_register_w()
1127 p->timer[TIMER4] = in pokey_register_w()
1136 if( p->timer[TIMER4] ) in pokey_register_w()
1137 timer_enable(p->timer[TIMER4], p->IRQEN & IRQ_TIMR4); in pokey_register_w()
1183 if( p->timer[TIMER4] && ((p->IRQEN^data) & IRQ_TIMR4) ) in pokey_register_w()
1184 timer_enable(p->timer[TIMER4], data & IRQ_TIMR4); in pokey_register_w()
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Ddentry.cpp43 #define TIMER4 50 macro
173 timer->start(TIMER4); in repeat()
H A Dnentry.cpp44 #define TIMER4 50 macro
269 timer->start(TIMER4); in repeat()
H A Dsiglabel.cpp31 #define TIMER4 50 macro
/dports/audio/muse-sequencer/muse-4.0.0/src/awl/
H A Dfloatentry.cpp39 #define TIMER4 50 macro
277 timer->start(TIMER4); in repeat()
/dports/comms/anyremote/anyremote-6.7.3/cfg-data/Server-mode/
H A DparserTest.cfg23 Timer(TIMER4,3,1);
90 TIMER4=\
91 Exec(echo "hello from TIMER4");\
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/devicetree/bindings/pinctrl/
H A Daspeed,ast2400-pinctrl.yaml49 SPICS1, TIMER3, TIMER4, TIMER5, TIMER6, TIMER7, TIMER8, TXD1, TXD2,
H A Daspeed,ast2500-pinctrl.yaml61 TIMER4, TIMER5, TIMER6, TIMER7, TIMER8, TXD1, TXD2, TXD3, TXD4, UART6,
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/devicetree/bindings/pinctrl/
H A Daspeed,ast2400-pinctrl.yaml49 SPICS1, TIMER3, TIMER4, TIMER5, TIMER6, TIMER7, TIMER8, TXD1, TXD2,
H A Daspeed,ast2500-pinctrl.yaml61 TIMER4, TIMER5, TIMER6, TIMER7, TIMER8, TXD1, TXD2, TXD3, TXD4, UART6,
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/devicetree/bindings/pinctrl/
H A Daspeed,ast2400-pinctrl.yaml49 SPICS1, TIMER3, TIMER4, TIMER5, TIMER6, TIMER7, TIMER8, TXD1, TXD2,
H A Daspeed,ast2500-pinctrl.yaml61 TIMER4, TIMER5, TIMER6, TIMER7, TIMER8, TXD1, TXD2, TXD3, TXD4, UART6,
/dports/emulators/qemu/qemu-6.2.0/hw/avr/
H A Datmega.c29 TIMER0, TIMER1, TIMER2, TIMER3, TIMER4, TIMER5, enumerator
88 [TIMER4] = { 0xa0, POWER1, 4, 0x72, 0x39, true },
/dports/emulators/qemu60/qemu-6.0.0/hw/avr/
H A Datmega.c30 TIMER0, TIMER1, TIMER2, TIMER3, TIMER4, TIMER5, enumerator
89 [TIMER4] = { 0xa0, POWER1, 4, 0x72, 0x39, true },
/dports/emulators/qemu5/qemu-5.2.0/hw/avr/
H A Datmega.c30 TIMER0, TIMER1, TIMER2, TIMER3, TIMER4, TIMER5, enumerator
89 [TIMER4] = { 0xa0, POWER1, 4, 0x72, 0x39, true },
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/avr/
H A Datmega.c29 TIMER0, TIMER1, TIMER2, TIMER3, TIMER4, TIMER5, enumerator
88 [TIMER4] = { 0xa0, POWER1, 4, 0x72, 0x39, true },
/dports/devel/qbs/qbs-src-1.21.0/examples/baremetal/pca10040/greenblink/iar/
H A Dstartup.s107 DCD 0 ; TIMER4.
/dports/devel/qbs/qbs-src-1.21.0/examples/baremetal/pca10040/greenblink/keil/
H A Dstartup.s115 DCD 0 ; TIMER4.
/dports/devel/cc65/cc65-2.19/asminc/
H A Dlynx.inc113 TIMER4 = $FD10
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/boot/dts/
H A Daspeed-g4.dtsi1314 function = "TIMER4";
1315 groups = "TIMER4";
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/arm/dts/
H A Dast2500.dtsi1307 function = "TIMER4";
1308 groups = "TIMER4";
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/boot/dts/
H A Daspeed-g4.dtsi1314 function = "TIMER4";
1315 groups = "TIMER4";
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/arm/dts/
H A Dast2500.dtsi1307 function = "TIMER4";
1308 groups = "TIMER4";

1234567