Home
last modified time | relevance | path

Searched refs:tx_port (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/net/fm/
Deth.c190 static void bmi_tx_port_disable(struct fm_bmi_tx_port *tx_port) in bmi_tx_port_disable() argument
194 clrbits_be32(&tx_port->fmbm_tcfg, FMBM_TCFG_EN); in bmi_tx_port_disable()
197 while ((in_be32(&tx_port->fmbm_tst) & FMBM_TST_BSY) && timeout--) in bmi_tx_port_disable()
201 static void bmi_tx_port_init(struct fm_bmi_tx_port *tx_port) in bmi_tx_port_init() argument
204 out_be32(&tx_port->fmbm_tcfg, FMBM_TCFG_IM); in bmi_tx_port_init()
206 out_be32(&tx_port->fmbm_tfne, NIA_ENG_RISC | NIA_RISC_AC_IM_TX); in bmi_tx_port_init()
207 out_be32(&tx_port->fmbm_tfene, NIA_ENG_RISC | NIA_RISC_AC_IM_TX); in bmi_tx_port_init()
209 clrbits_be32(&tx_port->fmbm_tfca, FMBM_TFCA_ORDER | FMBM_TFCA_MR_MASK); in bmi_tx_port_init()
210 setbits_be32(&tx_port->fmbm_tfca, FMBM_TFCA_MR(4)); in bmi_tx_port_init()
212 out_be32(&tx_port->fmbm_tstc, FMBM_TSTC_EN); in bmi_tx_port_init()
[all …]
Dfm.h121 struct fm_bmi_tx_port *tx_port; member
/external/webrtc/webrtc/tools/agc/
Dagc_harness.cc85 int tx_port, in AgcVoiceEngine() argument
96 SetUp(legacy_agc, tx_port, rx_port); in AgcVoiceEngine()
103 void SetUp(bool legacy_agc, int tx_port, int rx_port) { in SetUp() argument
124 channel_transport_->SetSendDestination("127.0.0.1", tx_port)); in SetUp()
/external/bcc/examples/networking/xdp/
Dxdp_redirect_map.py82 tx_port = b.get_table("tx_port") variable
83 tx_port[0] = ct.c_int(out_idx)