Home
last modified time | relevance | path

Searched refs:tx_base (Results 1 – 8 of 8) sorted by relevance

/drivers/platform/mellanox/
Dmlxbf-tmfifo.c159 void __iomem *tx_base; member
489 sts = readq(fifo->tx_base + MLXBF_TMFIFO_TX_STS); in mlxbf_tmfifo_get_tx_avail()
525 writeq(*(u64 *)&hdr, fifo->tx_base + MLXBF_TMFIFO_TX_DATA); in mlxbf_tmfifo_console_tx()
542 writeq(data, fifo->tx_base + MLXBF_TMFIFO_TX_DATA); in mlxbf_tmfifo_console_tx()
595 writeq(data, fifo->tx_base + MLXBF_TMFIFO_TX_DATA); in mlxbf_tmfifo_rxtx_word()
658 writeq(*(u64 *)&hdr, fifo->tx_base + MLXBF_TMFIFO_TX_DATA); in mlxbf_tmfifo_rxtx_header()
1146 ctl = readq(fifo->tx_base + MLXBF_TMFIFO_TX_CTL); in mlxbf_tmfifo_set_threshold()
1155 writeq(ctl, fifo->tx_base + MLXBF_TMFIFO_TX_CTL); in mlxbf_tmfifo_set_threshold()
1203 fifo->tx_base = devm_platform_ioremap_resource(pdev, 1); in mlxbf_tmfifo_probe()
1204 if (IS_ERR(fifo->tx_base)) in mlxbf_tmfifo_probe()
[all …]
/drivers/usb/host/
Dfhci-tds.c262 out_be16(&ep->ep_pram_ptr->tx_base, cpm_muram_offset(ep->td_base)); in fhci_init_ep_registers()
511 in_be16(&ep->ep_pram_ptr->tx_base)); in fhci_flush_bds()
561 in_be16(&ep->ep_pram_ptr->tx_base)); in fhci_flush_actual_frame()
Dfhci.h192 __be16 tx_base; /* Tx BD base address */ member
/drivers/slimbus/
Dqcom-ngd-ctrl.c164 void *tx_base; member
530 desc->base = ctrl->tx_base + ctrl->tx_tail * SLIM_MSGQ_BUF_LEN; in qcom_slim_ngd_tx_msg_get()
564 offset = buf - ctrl->tx_base; in qcom_slim_ngd_tx_msg_post()
569 desc->base = ctrl->tx_base + offset; in qcom_slim_ngd_tx_msg_post()
713 ctrl->tx_base = dma_alloc_coherent(dev, size, &ctrl->tx_phys_base, in qcom_slim_ngd_init_tx_msgq()
715 if (!ctrl->tx_base) { in qcom_slim_ngd_init_tx_msgq()
/drivers/net/ethernet/moxa/
Dmoxart_ether.c86 priv->tx_desc_base, priv->tx_base); in moxart_mac_free_memory()
167 writel(priv->tx_base, priv->base + REG_TXR_BASE_ADDRESS); in moxart_mac_setup_desc_ring()
498 TX_DESC_NUM, &priv->tx_base, in moxart_mac_probe()
Dmoxart_ether.h310 dma_addr_t tx_base; member
/drivers/net/ethernet/netronome/nfp/
Dnfp_net_main.c109 u32 tx_base, rx_base, n_tx_rings, n_rx_rings; in nfp_net_pf_alloc_vnic() local
113 tx_base = readl(ctrl_bar + NFP_NET_CFG_START_TXQ); in nfp_net_pf_alloc_vnic()
126 nn->tx_bar = qc_bar + tx_base * NFP_QCP_QUEUE_ADDR_SZ; in nfp_net_pf_alloc_vnic()
/drivers/net/ethernet/amd/
Dau1000_eth.c635 au1000_setup_hw_rings(struct au1000_private *aup, void __iomem *tx_base) in au1000_setup_hw_rings() argument
641 (tx_base + 0x100 + sizeof(struct rx_dma) * i); in au1000_setup_hw_rings()
645 (tx_base + sizeof(struct tx_dma) * i); in au1000_setup_hw_rings()