Home
last modified time | relevance | path

Searched refs:counter_select (Results 1 – 22 of 22) sorted by relevance

/dports/emulators/gxemul/gxemul-0.6.3/src/devices/
H A Ddev_8253.cc63 int counter_select; member
179 d->counter_select = idata >> 6;
180 if (d->counter_select > 2) {
183 d->counter_select = 0;
186 d->mode[d->counter_select] = idata & 0x0e;
189 d->counter_select, d->mode[d->counter_select]);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/qib/
H A Dqib_mad.c1720 if (p->counter_select & IB_PMA_SEL_SYMBOL_ERROR) in pma_set_portcounters()
1727 if (p->counter_select & IB_PMA_SEL_LINK_DOWNED) in pma_set_portcounters()
1730 if (p->counter_select & IB_PMA_SEL_PORT_RCV_ERRORS) in pma_set_portcounters()
1753 if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DATA) in pma_set_portcounters()
1756 if (p->counter_select & IB_PMA_SEL_PORT_RCV_DATA) in pma_set_portcounters()
1762 if (p->counter_select & IB_PMA_SEL_PORT_RCV_PACKETS) in pma_set_portcounters()
1783 if (counter_select & IB_PMA_SEL_CONG_XMIT) { in pma_set_portcounters_cong()
1790 if (counter_select & IB_PMA_SEL_CONG_PORT_DATA) { in pma_set_portcounters_cong()
1796 if (counter_select & IB_PMA_SEL_CONG_ALL) { in pma_set_portcounters_cong()
1831 if (p->counter_select & IB_PMA_SELX_PORT_XMIT_DATA) in pma_set_portcounters_ext()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/qib/
H A Dqib_mad.c1720 if (p->counter_select & IB_PMA_SEL_SYMBOL_ERROR) in pma_set_portcounters()
1727 if (p->counter_select & IB_PMA_SEL_LINK_DOWNED) in pma_set_portcounters()
1730 if (p->counter_select & IB_PMA_SEL_PORT_RCV_ERRORS) in pma_set_portcounters()
1753 if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DATA) in pma_set_portcounters()
1756 if (p->counter_select & IB_PMA_SEL_PORT_RCV_DATA) in pma_set_portcounters()
1762 if (p->counter_select & IB_PMA_SEL_PORT_RCV_PACKETS) in pma_set_portcounters()
1783 if (counter_select & IB_PMA_SEL_CONG_XMIT) { in pma_set_portcounters_cong()
1790 if (counter_select & IB_PMA_SEL_CONG_PORT_DATA) { in pma_set_portcounters_cong()
1796 if (counter_select & IB_PMA_SEL_CONG_ALL) { in pma_set_portcounters_cong()
1831 if (p->counter_select & IB_PMA_SELX_PORT_XMIT_DATA) in pma_set_portcounters_ext()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/qib/
H A Dqib_mad.c1720 if (p->counter_select & IB_PMA_SEL_SYMBOL_ERROR) in pma_set_portcounters()
1727 if (p->counter_select & IB_PMA_SEL_LINK_DOWNED) in pma_set_portcounters()
1730 if (p->counter_select & IB_PMA_SEL_PORT_RCV_ERRORS) in pma_set_portcounters()
1753 if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DATA) in pma_set_portcounters()
1756 if (p->counter_select & IB_PMA_SEL_PORT_RCV_DATA) in pma_set_portcounters()
1762 if (p->counter_select & IB_PMA_SEL_PORT_RCV_PACKETS) in pma_set_portcounters()
1783 if (counter_select & IB_PMA_SEL_CONG_XMIT) { in pma_set_portcounters_cong()
1790 if (counter_select & IB_PMA_SEL_CONG_PORT_DATA) { in pma_set_portcounters_cong()
1796 if (counter_select & IB_PMA_SEL_CONG_ALL) { in pma_set_portcounters_cong()
1831 if (p->counter_select & IB_PMA_SELX_PORT_XMIT_DATA) in pma_set_portcounters_ext()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/rdma/
H A Dib_pma.h48 __be16 counter_select[15]; member
70 __be16 counter_select; member
109 __be16 counter_select; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/rdma/
H A Dib_pma.h48 __be16 counter_select[15]; member
70 __be16 counter_select; member
109 __be16 counter_select; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/rdma/
H A Dib_pma.h48 __be16 counter_select[15]; member
70 __be16 counter_select; member
109 __be16 counter_select; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dmad.c3494 if (counter_select & CS_PORT_XMIT_DATA) in pma_set_opa_portstatus()
3497 if (counter_select & CS_PORT_RCV_DATA) in pma_set_opa_portstatus()
3500 if (counter_select & CS_PORT_XMIT_PKTS) in pma_set_opa_portstatus()
3503 if (counter_select & CS_PORT_RCV_PKTS) in pma_set_opa_portstatus()
3519 if (counter_select & CS_PORT_RCV_FECN) in pma_set_opa_portstatus()
3522 if (counter_select & CS_PORT_RCV_BECN) in pma_set_opa_portstatus()
3569 if (counter_select & CS_LINK_DOWNED) in pma_set_opa_portstatus()
3579 if (counter_select & CS_PORT_RCV_DATA) in pma_set_opa_portstatus()
3585 if (counter_select & CS_PORT_RCV_PKTS) in pma_set_opa_portstatus()
3595 if (counter_select & CS_PORT_RCV_FECN) in pma_set_opa_portstatus()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dmad.c3494 if (counter_select & CS_PORT_XMIT_DATA) in pma_set_opa_portstatus()
3497 if (counter_select & CS_PORT_RCV_DATA) in pma_set_opa_portstatus()
3500 if (counter_select & CS_PORT_XMIT_PKTS) in pma_set_opa_portstatus()
3503 if (counter_select & CS_PORT_RCV_PKTS) in pma_set_opa_portstatus()
3519 if (counter_select & CS_PORT_RCV_FECN) in pma_set_opa_portstatus()
3522 if (counter_select & CS_PORT_RCV_BECN) in pma_set_opa_portstatus()
3569 if (counter_select & CS_LINK_DOWNED) in pma_set_opa_portstatus()
3579 if (counter_select & CS_PORT_RCV_DATA) in pma_set_opa_portstatus()
3585 if (counter_select & CS_PORT_RCV_PKTS) in pma_set_opa_portstatus()
3595 if (counter_select & CS_PORT_RCV_FECN) in pma_set_opa_portstatus()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dmad.c3494 if (counter_select & CS_PORT_XMIT_DATA) in pma_set_opa_portstatus()
3497 if (counter_select & CS_PORT_RCV_DATA) in pma_set_opa_portstatus()
3500 if (counter_select & CS_PORT_XMIT_PKTS) in pma_set_opa_portstatus()
3503 if (counter_select & CS_PORT_RCV_PKTS) in pma_set_opa_portstatus()
3519 if (counter_select & CS_PORT_RCV_FECN) in pma_set_opa_portstatus()
3522 if (counter_select & CS_PORT_RCV_BECN) in pma_set_opa_portstatus()
3569 if (counter_select & CS_LINK_DOWNED) in pma_set_opa_portstatus()
3579 if (counter_select & CS_PORT_RCV_DATA) in pma_set_opa_portstatus()
3585 if (counter_select & CS_PORT_RCV_PKTS) in pma_set_opa_portstatus()
3595 if (counter_select & CS_PORT_RCV_FECN) in pma_set_opa_portstatus()
[all …]
/dports/audio/libgme/game-music-emu-0.6.1/gme/
H A DSpc_Dsp.cpp164 m.counter_select [i] = &m.counters [n]; in init_counter()
168 m.counter_select [ 0] = &m.counters [0]; in init_counter()
169 m.counter_select [30] = &m.counters [2]; in init_counter()
181 (*m.counter_select [rate] & counter_mask [rate])
H A DSpc_Dsp.h135 unsigned* counter_select [32]; member
/dports/games/zdoom/zdoom-2.8.1/game-music-emu/gme/
H A DSpc_Dsp.cpp164 m.counter_select [i] = &m.counters [n]; in init_counter()
168 m.counter_select [ 0] = &m.counters [0]; in init_counter()
169 m.counter_select [30] = &m.counters [2]; in init_counter()
181 (*m.counter_select [rate] & counter_mask [rate])
H A DSpc_Dsp.h135 unsigned* counter_select [32]; member
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/third_party/snes_spc/
H A DSPC_DSP.cpp164 m.counter_select [i] = &m.counters [n]; in init_counter()
168 m.counter_select [ 0] = &m.counters [0]; in init_counter()
169 m.counter_select [30] = &m.counters [2]; in init_counter()
181 (*m.counter_select [rate] & counter_mask [rate])
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/gme/gme/
H A DSpc_Dsp.cpp164 m.counter_select [i] = &m.counters [n]; in init_counter()
168 m.counter_select [ 0] = &m.counters [0]; in init_counter()
169 m.counter_select [30] = &m.counters [2]; in init_counter()
181 (*m.counter_select [rate] & counter_mask [rate])
H A DSpc_Dsp.h135 unsigned* counter_select [32]; member
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DSpc_Dsp.cc164 m.counter_select [i] = &m.counters [n]; in init_counter()
168 m.counter_select [ 0] = &m.counters [0]; in init_counter()
169 m.counter_select [30] = &m.counters [2]; in init_counter()
181 (*m.counter_select [rate] & counter_mask [rate])
H A DSpc_Dsp.h128 unsigned* counter_select [32]; member
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/game-music-emu/gme/
H A DSpc_Dsp.cpp164 m.counter_select [i] = &m.counters [n]; in init_counter()
168 m.counter_select [ 0] = &m.counters [0]; in init_counter()
169 m.counter_select [30] = &m.counters [2]; in init_counter()
181 (*m.counter_select [rate] & counter_mask [rate])
H A DSpc_Dsp.h130 unsigned* counter_select [32];
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/third_party/snes_spc/
H A DSPC_DSP.h135 unsigned* counter_select [32]; member