Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/fm/
Deth.c162 static void bmi_rx_port_disable(struct fm_bmi_rx_port *rx_port) in bmi_rx_port_disable() argument
166 clrbits_be32(&rx_port->fmbm_rcfg, FMBM_RCFG_EN); in bmi_rx_port_disable()
169 while ((in_be32(&rx_port->fmbm_rst) & FMBM_RST_BSY) && timeout--) in bmi_rx_port_disable()
173 static void bmi_rx_port_init(struct fm_bmi_rx_port *rx_port) in bmi_rx_port_init() argument
176 out_be32(&rx_port->fmbm_rcfg, FMBM_RCFG_IM); in bmi_rx_port_init()
178 out_be32(&rx_port->fmbm_rim, 0); in bmi_rx_port_init()
180 out_be32(&rx_port->fmbm_rfne, NIA_ENG_RISC | NIA_RISC_AC_IM_RX); in bmi_rx_port_init()
182 clrbits_be32(&rx_port->fmbm_rfca, FMBM_RFCA_ORDER | FMBM_RFCA_MR_MASK); in bmi_rx_port_init()
183 setbits_be32(&rx_port->fmbm_rfca, FMBM_RFCA_MR(4)); in bmi_rx_port_init()
185 out_be32(&rx_port->fmbm_rstc, FMBM_RSTC_EN); in bmi_rx_port_init()
[all …]
Dfm.h122 struct fm_bmi_rx_port *rx_port; member
/external/webrtc/webrtc/tools/agc/
Dagc_harness.cc86 int rx_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
125 RTC_CHECK_EQ(0, channel_transport_->SetLocalReceiver(rx_port)); in SetUp()
/external/bcc/tests/python/
Dtest_brb.c62 u32 rx_port; in pem() local
91 rx_port = meta.rx_port_id; in pem()
92 ifindex_p = pem_port.lookup(&rx_port); in pem()