Home
last modified time | relevance | path

Searched refs:CHANNEL_A (Results 1 – 25 of 125) sorted by relevance

12345

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dscnxx562.cpp488 if ((m_icr & (index == CHANNEL_A ? REG_ICR_CHA : REG_ICR_CHB)) == 0) in trigger_interrupt()
497 case REG_ICR_PRIO_AHI: priority_level = state + (index == CHANNEL_A ? 0 : 4); break; in trigger_interrupt()
717 if (m_index == duscc_device::CHANNEL_A) in device_reset()
764 if (m_index == duscc_device::CHANNEL_A) in device_timer()
782 if (m_index == duscc_device::CHANNEL_A) in device_timer()
796 if (m_index == duscc_device::CHANNEL_A) in device_timer()
804 if (m_index == duscc_device::CHANNEL_A) in device_timer()
949 if (m_index == duscc_device::CHANNEL_A) in tra_callback()
1047 if (m_index == duscc_device::CHANNEL_A) in set_rts()
1311 if ( m_index == duscc_device::CHANNEL_A ) in do_dusccreg_ivr_ivrm_r()
[all …]
H A Dz80scc.cpp722 src |= (i == CHANNEL_A ? 0x04 : 0x00 ); in modify_vector()
802 priority = prio_level + (index == CHANNEL_A ? 0 : 3 ); in trigger_interrupt()
811 m_chanA->m_rr3 |= 1 << (prio_level + ((index == CHANNEL_A) ? 3 : 0)); in trigger_interrupt()
820 uint8_t rr0 = (index == CHANNEL_A ? m_chanA->m_rr0 : m_chanB->m_rr0); in update_extint()
821 uint8_t wr15 = (index == CHANNEL_A ? m_chanA->m_wr15 : m_chanB->m_wr15); in update_extint()
822 uint8_t lrr0 = (index == CHANNEL_A ? m_chanA->m_extint_states : m_chanB->m_extint_states); in update_extint()
832 m_int_state[z80scc_channel::INT_EXTERNAL_PRIO + (index == CHANNEL_A ? 0 : 3 )] = 0; in update_extint()
834 m_chanA->m_rr3 &= ~(1 << (z80scc_channel::INT_EXTERNAL_PRIO + ((index == CHANNEL_A) ? 3 : 0))); in update_extint()
1180 if (m_index == z80scc_device::CHANNEL_A) in device_reset()
1883 m_uart->m_int_state[INT_TRANSMIT_PRIO + (m_index == z80scc_device::CHANNEL_A ? 0 : 3 )] = 0; in do_sccreg_wr0()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dscnxx562.cpp488 if ((m_icr & (index == CHANNEL_A ? REG_ICR_CHA : REG_ICR_CHB)) == 0) in trigger_interrupt()
497 case REG_ICR_PRIO_AHI: priority_level = state + (index == CHANNEL_A ? 0 : 4); break; in trigger_interrupt()
717 if (m_index == duscc_device::CHANNEL_A) in device_reset()
764 if (m_index == duscc_device::CHANNEL_A) in device_timer()
782 if (m_index == duscc_device::CHANNEL_A) in device_timer()
796 if (m_index == duscc_device::CHANNEL_A) in device_timer()
804 if (m_index == duscc_device::CHANNEL_A) in device_timer()
949 if (m_index == duscc_device::CHANNEL_A) in tra_callback()
1047 if (m_index == duscc_device::CHANNEL_A) in set_rts()
1311 if ( m_index == duscc_device::CHANNEL_A ) in do_dusccreg_ivr_ivrm_r()
[all …]
H A Dz80scc.cpp722 src |= (i == CHANNEL_A ? 0x04 : 0x00 ); in modify_vector()
802 priority = prio_level + (index == CHANNEL_A ? 0 : 3 ); in trigger_interrupt()
811 m_chanA->m_rr3 |= 1 << (prio_level + ((index == CHANNEL_A) ? 3 : 0)); in trigger_interrupt()
820 uint8_t rr0 = (index == CHANNEL_A ? m_chanA->m_rr0 : m_chanB->m_rr0); in update_extint()
821 uint8_t wr15 = (index == CHANNEL_A ? m_chanA->m_wr15 : m_chanB->m_wr15); in update_extint()
822 uint8_t lrr0 = (index == CHANNEL_A ? m_chanA->m_extint_states : m_chanB->m_extint_states); in update_extint()
832 m_int_state[z80scc_channel::INT_EXTERNAL_PRIO + (index == CHANNEL_A ? 0 : 3 )] = 0; in update_extint()
834 m_chanA->m_rr3 &= ~(1 << (z80scc_channel::INT_EXTERNAL_PRIO + ((index == CHANNEL_A) ? 3 : 0))); in update_extint()
1180 if (m_index == z80scc_device::CHANNEL_A) in device_reset()
1883 m_uart->m_int_state[INT_TRANSMIT_PRIO + (m_index == z80scc_device::CHANNEL_A ? 0 : 3 )] = 0; in do_sccreg_wr0()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGFEDisplacementMapElement.cpp41 , m_xChannelSelector(CHANNEL_A) in DEFINE_ANIMATED_STRING()
42 , m_yChannelSelector(CHANNEL_A) in DEFINE_ANIMATED_STRING()
60 return CHANNEL_A; in stringToChannel()
102 if (CHANNEL_UNKNOWN > selector || selector > CHANNEL_A) in svgAttributeChanged()
107 if (CHANNEL_UNKNOWN > selector || selector > CHANNEL_A) in svgAttributeChanged()
/dports/editors/calligra/calligra-3.2.1/libs/pigment/colorspaces/
H A DKoLabColorSpace.cpp44 …addChannel(new KoChannelInfo(i18n("a*"), CHANNEL_A * sizeof(quint16), CHANNEL_A, KoChan… in KoLabColorSpace()
112 dst[CHANNEL_A] = UINT8_TO_UINT16(a); in fromQColor()
124 a = UINT16_TO_UINT8(src[CHANNEL_A]); in toQColor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_fe_displacement_map_element.cc34 {CHANNEL_R, "R"}, {CHANNEL_G, "G"}, {CHANNEL_B, "B"}, {CHANNEL_A, "A"}, in GetEnumerationMap()
52 CHANNEL_A)), in SVGFEDisplacementMapElement()
57 CHANNEL_A)) { in SVGFEDisplacementMapElement()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_fe_displacement_map_element.cc32 {CHANNEL_R, "R"}, {CHANNEL_G, "G"}, {CHANNEL_B, "B"}, {CHANNEL_A, "A"}, in GetEnumerationMap()
50 CHANNEL_A)), in SVGFEDisplacementMapElement()
55 CHANNEL_A)) { in SVGFEDisplacementMapElement()
/dports/graphics/krita/krita-4.4.8/libs/pigment/colorspaces/
H A DKoLabColorSpace.cpp44 …addChannel(new KoChannelInfo(i18n("a*"), CHANNEL_A * sizeof(quint16), CHANNEL_A, KoChan… in KoLabColorSpace()
112 dst[CHANNEL_A] = UINT8_TO_UINT16(a); in fromQColor()
124 a = UINT16_TO_UINT8(src[CHANNEL_A]); in toQColor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/filters/
H A Dfe_displacement_map.cc98 case CHANNEL_A: in ToSkiaMode()
146 case CHANNEL_A: in operator <<()
H A Dfe_displacement_map.h35 CHANNEL_A = 4 enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/filters/
H A Dfe_displacement_map.cc98 case CHANNEL_A: in ToSkiaMode()
146 case CHANNEL_A: in operator <<()
H A Dfe_displacement_map.h35 CHANNEL_A = 4 enumerator
/dports/emulators/mess/mame-mame0226/src/devices/bus/vip/
H A Dvp550.cpp37 CHANNEL_A = 0, enumerator
200 case CHANNEL_A: m_pfg_a->set_clk2(clock2); break; in octave_w()
/dports/emulators/mame/mame-mame0226/src/devices/bus/vip/
H A Dvp550.cpp37 CHANNEL_A = 0, enumerator
200 case CHANNEL_A: m_pfg_a->set_clk2(clock2); break; in octave_w()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/bc7/
H A Dendpts.h27 static const int CHANNEL_A = 3; variable
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/bc7/
H A Dendpts.h27 static const int CHANNEL_A = 3; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/
H A DFEDisplacementMap.h37 CHANNEL_A = 4 enumerator
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_common.c39 ichan->chanmode = CHANNEL_A; in ath9k_cmn_update_ichannel()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_common.c39 ichan->chanmode = CHANNEL_A; in ath9k_cmn_update_ichannel()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_common.c39 ichan->chanmode = CHANNEL_A; in ath9k_cmn_update_ichannel()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_common.c39 ichan->chanmode = CHANNEL_A; in ath9k_cmn_update_ichannel()
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/ath/ath9k/
H A Dath9k_common.c39 ichan->chanmode = CHANNEL_A; in ath9k_cmn_update_ichannel()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_common.c39 ichan->chanmode = CHANNEL_A; in ath9k_cmn_update_ichannel()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_common.c39 ichan->chanmode = CHANNEL_A; in ath9k_cmn_update_ichannel()

12345