Home
last modified time | relevance | path

Searched refs:rx (Results 201 – 225 of 2402) sorted by relevance

12345678910>>...97

/openbmc/u-boot/arch/arm/dts/
H A Dast2400-evb.dts66 spi-rx-bus-width = <2>;
73 spi-rx-bus-width = <2>;
85 spi-rx-bus-width = <2>;
93 spi-rx-bus-width = <2>;
H A Dr8a77970.dtsi259 dma-names = "tx", "rx", "tx", "rx";
276 dma-names = "tx", "rx", "tx", "rx";
293 dma-names = "tx", "rx", "tx", "rx";
310 dma-names = "tx", "rx", "tx", "rx";
327 dma-names = "tx", "rx", "tx", "rx";
346 dma-names = "tx", "rx", "tx", "rx";
364 dma-names = "tx", "rx", "tx", "rx";
382 dma-names = "tx", "rx", "tx", "rx";
399 dma-names = "tx", "rx", "tx", "rx";
488 dma-names = "tx", "rx", "tx", "rx";
[all …]
H A Dast2600-evb.dts128 spi-rx-bus-width = <4>;
135 spi-rx-bus-width = <4>;
142 spi-rx-bus-width = <4>;
158 spi-rx-bus-width = <4>;
165 spi-rx-bus-width = <4>;
180 spi-rx-bus-width = <4>;
187 spi-rx-bus-width = <4>;
194 spi-rx-bus-width = <4>;
H A Dast2600-pfr.dts130 spi-rx-bus-width = <1>;
137 spi-rx-bus-width = <1>;
144 spi-rx-bus-width = <1>;
161 spi-rx-bus-width = <1>;
168 spi-rx-bus-width = <1>;
184 spi-rx-bus-width = <1>;
191 spi-rx-bus-width = <1>;
198 spi-rx-bus-width = <1>;
/openbmc/linux/drivers/net/wireless/ath/
H A Dhw.c144 u32 cycles, busy, rx, tx; in ath_hw_cycle_counters_update() local
153 rx = REG_READ(ah, AR_RFCNT); in ath_hw_cycle_counters_update()
168 common->cc_ani.rx_frame += rx; in ath_hw_cycle_counters_update()
173 common->cc_survey.rx_frame += rx; in ath_hw_cycle_counters_update()
/openbmc/linux/drivers/iio/resolver/
H A Dad2s90.c27 u8 rx[2] __aligned(IIO_DMA_MINALIGN);
50 ret = spi_read(st->sdev, st->rx, 2); in ad2s90_read_raw()
55 *val = (((u16)(st->rx[0])) << 4) | ((st->rx[1] & 0xF0) >> 4); in ad2s90_read_raw()
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgro_bench.sh24 local -r tx_args=${all%rx*}
59 run_in_netns ${args} -S 0 rx
62 run_in_netns ${args} -S 0 rx -G
69 run_in_netns ${args} -t rx
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr8a77970.dtsi400 dma-names = "tx", "rx", "tx", "rx";
417 dma-names = "tx", "rx", "tx", "rx";
434 dma-names = "tx", "rx", "tx", "rx";
451 dma-names = "tx", "rx", "tx", "rx";
468 dma-names = "tx", "rx", "tx", "rx";
487 dma-names = "tx", "rx", "tx", "rx";
505 dma-names = "tx", "rx", "tx", "rx";
523 dma-names = "tx", "rx", "tx", "rx";
540 dma-names = "tx", "rx", "tx", "rx";
683 dma-names = "tx", "rx", "tx", "rx";
[all …]
H A Dr8a774c0.dtsi458 dma-names = "tx", "rx", "tx", "rx";
475 dma-names = "tx", "rx", "tx", "rx";
492 dma-names = "tx", "rx", "tx", "rx";
508 dma-names = "tx", "rx";
603 dma-names = "tx", "rx", "tx", "rx";
621 dma-names = "tx", "rx", "tx", "rx";
639 dma-names = "tx", "rx", "tx", "rx";
1110 dma-names = "tx", "rx", "tx", "rx";
1127 dma-names = "tx", "rx", "tx", "rx";
1144 dma-names = "tx", "rx", "tx", "rx";
[all …]
/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-ufs.c705 u16 rx; member
758 void __iomem *rx; member
818 .rx = 0x600,
827 .rx = 0x1200,
867 .rx = sm8350_ufsphy_rx,
901 .rx = sm8350_ufsphy_rx,
935 .rx = sdm845_ufsphy_rx,
1204 void __iomem *rx = qmp->rx; in qmp_ufs_lanes_init() local
1207 qmp_ufs_configure_lane(rx, tbls->rx, tbls->rx_num, 1); in qmp_ufs_lanes_init()
1526 if (IS_ERR(qmp->rx)) in qmp_ufs_parse_dt_legacy()
[all …]
/openbmc/linux/net/dccp/
H A Dfeat.c44 if (rx) { in dccp_hdlr_ccid()
58 if (rx) { in dccp_hdlr_seq_win()
72 if (rx) in dccp_hdlr_ack_ratio()
83 if (rx) { in dccp_hdlr_ackvec()
98 if (!rx) in dccp_hdlr_ndp()
116 if (rx) in dccp_hdlr_min_cscov()
308 bool rx; in __dccp_feat_activate() local
1461 } tx, rx; in dccp_feat_init() local
1489 if (ccid_get_builtin_ccids(&rx.val, &rx.len)) { in dccp_feat_init()
1495 !dccp_feat_prefer(sysctl_dccp_rx_ccid, rx.val, rx.len)) in dccp_feat_init()
[all …]
/openbmc/linux/drivers/staging/most/net/
H A Dnet.c65 struct net_dev_channel rx; member
193 if (most_start_channel(nd->iface, nd->rx.ch_id, &comp)) { in most_nd_open()
201 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_open()
227 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_stop()
297 if (nd && nd->rx.linked && nd->tx.linked) in get_net_dev_hold()
339 ch = ccfg->direction == MOST_CH_TX ? &nd->tx : &nd->rx; in comp_probe_channel()
341 ch = ccfg->direction == MOST_CH_TX ? &nd->tx : &nd->rx; in comp_probe_channel()
377 if (nd->rx.linked && channel_idx == nd->rx.ch_id) { in comp_disconnect_channel()
378 ch = &nd->rx; in comp_disconnect_channel()
386 if (nd->rx.linked && nd->tx.linked) { in comp_disconnect_channel()
[all …]
/openbmc/linux/drivers/soc/ti/
H A Dknav_dma.c165 if (cfg->u.rx.einfo_present) in chan_start()
167 if (cfg->u.rx.psinfo_present) in chan_start()
169 if (cfg->u.rx.err_mode == DMA_RETRY) in chan_start()
172 if (cfg->u.rx.psinfo_at_sop) in chan_start()
182 v = cfg->u.rx.fdq[0] << 16; in chan_start()
186 v = cfg->u.rx.fdq[2] << 16; in chan_start()
327 chan->cfg.u.rx.einfo_present, in dma_debug_show_channels()
328 chan->cfg.u.rx.psinfo_present, in dma_debug_show_channels()
329 chan->cfg.u.rx.desc_type); in dma_debug_show_channels()
331 chan->cfg.u.rx.dst_q, in dma_debug_show_channels()
[all …]
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dbase.c78 attr_info = t->rx.buf; in scmi_base_attributes_get()
122 strscpy(vendor_id, t->rx.buf, size); in scmi_base_vendor_id_get()
153 impl_ver = t->rx.buf; in scmi_base_implementation_version_get()
189 num_ret = t->rx.buf; in scmi_base_implementation_list_get()
190 list = t->rx.buf + sizeof(*num_ret); in scmi_base_implementation_list_get()
213 if (t->rx.len < (sizeof(u32) * 2)) { in scmi_base_implementation_list_get()
215 t->rx.len); in scmi_base_implementation_list_get()
220 real_list_sz = t->rx.len - sizeof(u32); in scmi_base_implementation_list_get()
278 agent_info = t->rx.buf; in scmi_base_discover_agent_get()
/openbmc/qemu/hw/net/
H A Dxgmac.c136 uint64_t rx; member
165 VMSTATE_UINT64(rx, RxTxStats),
183 static void xgmac_read_desc(XgmacState *s, struct desc *d, int rx) in xgmac_read_desc() argument
185 uint32_t addr = rx ? s->regs[DMA_CUR_RX_DESC_ADDR] : in xgmac_read_desc()
190 static void xgmac_write_desc(XgmacState *s, struct desc *d, int rx) in xgmac_write_desc() argument
192 int reg = rx ? DMA_CUR_RX_DESC_ADDR : DMA_CUR_TX_DESC_ADDR; in xgmac_write_desc()
195 if (!rx && (d->ctl_stat & 0x00200000)) { in xgmac_write_desc()
197 } else if (rx && (d->buffer1_size & 0x8000)) { in xgmac_write_desc()
370 s->stats.rx++; in eth_rx()
/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-tty.c18 int rx, tx; member
125 if (icount.rx != trigger_data->rx || in ledtrig_tty_work()
132 trigger_data->rx = icount.rx; in ledtrig_tty_work()
/openbmc/linux/drivers/atm/
H A Dlanai.c234 } rx; member
1391 x = &lvcc->rx.buf.end[-2]; in vcc_rx_aal5()
1415 lvcc->rx.atmvcc->push(lvcc->rx.atmvcc, skb); in vcc_rx_aal5()
1416 atomic_inc(&lvcc->rx.atmvcc->stats->rx); in vcc_rx_aal5()
1418 lvcc->rx.buf.ptr = end; in vcc_rx_aal5()
1691 lvcc->rx.buf.ptr = &lvcc->rx.buf.start[SERVICE_GET_END(s) * 4]; in handle_service()
1995 lvcc->rx.atmvcc != NULL && lvcc->rx.atmvcc != atmvcc) in vci_is_ok()
2288 lvcc->rx.atmvcc = NULL; in lanai_close()
2348 lvcc->rx.atmvcc = atmvcc; in lanai_open()
2376 if (atmvcc == lvcc->rx.atmvcc) in lanai_open()
[all …]
/openbmc/linux/Documentation/netlink/specs/
H A Drt_link.yaml106 name: rx-packets
112 name: rx-bytes
118 name: rx-errors
124 name: rx-dropped
142 name: rx-crc-errors
175 name: rx-nohandler
182 name: rx-packets
188 name: rx-bytes
194 name: rx-errors
200 name: rx-dropped
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dtdm-slot.txt9 dai-tdm-slot-rx-mask : Receive direction slot mask, optional
15 dai-tdm-slot-rx-mask = <1 0>;
20 tx and rx masks.
22 For snd_soc_of_xlate_tdm_slot_mask(), the tx and rx masks will use a 1 bit
H A Dst,stm32-spdifrx.yaml47 - const: rx
48 - const: rx-ctrl
78 dma-names = "rx", "rx-ctrl";
H A Drockchip,i2s-tdm.yaml45 - rx
79 description: resets for the tx and rx directions
87 - rx-m
105 rockchip,trcm-sync-rx-only:
112 rockchip,i2s-rx-route:
117 rockchip,i2s-rx-route = <3> would mean sdi3 is receiving from data0.
171 dma-names = "rx", "tx";
173 reset-names = "tx-m", "rx-m";
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dnetwork.txt51 - rx-clock-name
64 - fsl,rx-sync-clock
86 - fsl,rx-timeslot-mask
112 rx-clock-name = "clk8";
114 fsl,rx-sync-clock = "rsync_pin";
117 fsl,rx-timeslot-mask = <0xfffffffe>;
128 rx-clock-name = "brg1";
/openbmc/linux/drivers/spi/
H A Dspi-pxa2xx-pci.c93 struct dw_dma_slave *tx, *rx; in lpss_spi_setup() local
156 rx = c->rx_param; in lpss_spi_setup()
157 rx->dma_dev = &dma_dev->dev; in lpss_spi_setup()
158 rx->m_master = 0; in lpss_spi_setup()
159 rx->p_master = 1; in lpss_spi_setup()
189 struct dw_dma_slave *tx, *rx; in mrfld_spi_setup() local
230 rx = c->rx_param; in mrfld_spi_setup()
231 rx->dma_dev = &dma_dev->dev; in mrfld_spi_setup()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dsdio.c70 if (irq_data->rx.num[0] > 16 || in mt7921s_parse_intr()
71 irq_data->rx.num[1] > 128) in mt7921s_parse_intr()
77 intr->rx.num = irq_data->rx.num; in mt7921s_parse_intr()
80 intr->rx.len[0] = irq_data->rx.len0; in mt7921s_parse_intr()
82 intr->rx.len[1] = irq_data->rx.len1; in mt7921s_parse_intr()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_lib.c113 u32 chan, bool rx, bool tx) in dwmac4_enable_dma_irq() argument
118 if (rx) in dwmac4_enable_dma_irq()
127 u32 chan, bool rx, bool tx) in dwmac410_enable_dma_irq() argument
132 if (rx) in dwmac410_enable_dma_irq()
141 u32 chan, bool rx, bool tx) in dwmac4_disable_dma_irq() argument
146 if (rx) in dwmac4_disable_dma_irq()
155 u32 chan, bool rx, bool tx) in dwmac410_disable_dma_irq() argument
160 if (rx) in dwmac410_disable_dma_irq()

12345678910>>...97