Home
last modified time | relevance | path

Searched refs:reset_channel (Results 1 – 25 of 32) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dpokey.cpp606 m_channel[CHAN1].reset_channel(); in step_one_clock()
607 m_channel[CHAN2].reset_channel(); in step_one_clock()
621 m_channel[CHAN1].reset_channel(); in step_one_clock()
633 m_channel[CHAN3].reset_channel(); in step_one_clock()
634 m_channel[CHAN4].reset_channel(); in step_one_clock()
651 m_channel[CHAN3].reset_channel(); in step_one_clock()
922 m_channel[i].reset_channel(); in write_internal()
H A Dpokey.h220 inline void reset_channel(void) { m_counter = m_AUDF ^ 0xff; } in reset_channel() function
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dpokey.cpp606 m_channel[CHAN1].reset_channel(); in step_one_clock()
607 m_channel[CHAN2].reset_channel(); in step_one_clock()
621 m_channel[CHAN1].reset_channel(); in step_one_clock()
633 m_channel[CHAN3].reset_channel(); in step_one_clock()
634 m_channel[CHAN4].reset_channel(); in step_one_clock()
651 m_channel[CHAN3].reset_channel(); in step_one_clock()
922 m_channel[i].reset_channel(); in write_internal()
H A Dpokey.h220 inline void reset_channel(void) { m_counter = m_AUDF ^ 0xff; } in reset_channel() function
/dports/emulators/mess/mame-mame0226/src/mame/audio/
H A Dlynx.h50 void reset_channel(LYNX_AUDIO *channel);
H A Dlynx.cpp200 reset_channel(&elem); in device_reset()
205 void lynx_sound_device::reset_channel(LYNX_AUDIO *channel) in reset_channel() function in lynx_sound_device
/dports/emulators/mame/mame-mame0226/src/mame/audio/
H A Dlynx.h50 void reset_channel(LYNX_AUDIO *channel);
H A Dlynx.cpp200 reset_channel(&elem); in device_reset()
205 void lynx_sound_device::reset_channel(LYNX_AUDIO *channel) in reset_channel() function in lynx_sound_device
/dports/devel/grpc130/grpc-1.30.2/test/cpp/interop/
H A Dinterop_client.h134 const bool reset_channel,
H A Dinterop_client.cc1072 const bool reset_channel, in PerformOneSoakTestIteration() argument
1085 if (reset_channel) { in PerformOneSoakTestIteration()
/dports/devel/grpc/grpc-1.42.0/test/cpp/interop/
H A Dinterop_client.h139 const bool reset_channel,
H A Dinterop_client.cc1090 const bool reset_channel, in PerformOneSoakTestIteration() argument
1103 if (reset_channel) { in PerformOneSoakTestIteration()
/dports/devel/grpc134/grpc-1.34.1/test/cpp/interop/
H A Dinterop_client.h138 const bool reset_channel,
H A Dinterop_client.cc1095 const bool reset_channel, in PerformOneSoakTestIteration() argument
1108 if (reset_channel) { in PerformOneSoakTestIteration()
/dports/devel/py-oci/oci-2.53.1/src/oci/mysql/
H A Dchannels_client_composite_operations.py132 operation_result = self.client.reset_channel(channel_id, **operation_kwargs)
H A Dchannels_client.py527 def reset_channel(self, channel_id, **kwargs): member in ChannelsClient
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/broadcom/
H A Dbcm4908_enet.c294 int reset_channel = 0; /* We support only 1 main channel (with TX and RX) */ in bcm4908_enet_dma_ring_init() local
298 enet_write(enet, ENET_DMA_CTRL_CHANNEL_RESET, BIT(reset_channel * 2 + reset_subch)); in bcm4908_enet_dma_ring_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/broadcom/
H A Dbcm4908_enet.c294 int reset_channel = 0; /* We support only 1 main channel (with TX and RX) */ in bcm4908_enet_dma_ring_init() local
298 enet_write(enet, ENET_DMA_CTRL_CHANNEL_RESET, BIT(reset_channel * 2 + reset_subch)); in bcm4908_enet_dma_ring_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/broadcom/
H A Dbcm4908_enet.c294 int reset_channel = 0; /* We support only 1 main channel (with TX and RX) */ in bcm4908_enet_dma_ring_init() local
298 enet_write(enet, ENET_DMA_CTRL_CHANNEL_RESET, BIT(reset_channel * 2 + reset_subch)); in bcm4908_enet_dma_ring_init()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A DSPU.cc196 static void reset_channel(SChannel *ch, int id) in reset_channel() function
206 reset_channel(&spu.ch[i], i); in SPU_Reset()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/dspp/
H A Ddspp.h183 void reset_channel(int32_t channel);
H A Ddspp.cpp1620 void dspp_device::reset_channel(int32_t channel) in reset_channel() function in dspp_device
2271 reset_channel(i); in write_ext_control()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/dspp/
H A Ddspp.h183 void reset_channel(int32_t channel);
H A Ddspp.cpp1620 void dspp_device::reset_channel(int32_t channel) in reset_channel() function in dspp_device
2271 reset_channel(i); in write_ext_control()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dfm.c921 static void reset_channel( FM_ST *ST , FM_CH *CH , int chan ) in reset_channel() function
1460 reset_channel( &OPN->ST , FM2203[num].CH , 3 ); in YM2203ResetChip()
2130 reset_channel( &OPN->ST , F2608->CH , 6 ); in YM2608ResetChip()
2610 reset_channel( &OPN->ST , F2610->CH , 6 ); in YM2610ResetChip()
2950 reset_channel( &OPN->ST , &F2612->CH[0] , 6 ); in YM2612ResetChip()
3491 reset_channel( &OPM->ST , &OPM->CH[0] , 8 ); in OPMResetChip()

12