Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dfhci-tds.c266 out_be16(&ep->ep_pram_ptr->tx_base, cpm_muram_offset(ep->td_base)); in fhci_init_ep_registers()
515 in_be16(&ep->ep_pram_ptr->tx_base)); in fhci_flush_bds()
565 in_be16(&ep->ep_pram_ptr->tx_base)); in fhci_flush_actual_frame()
Dfhci.h196 __be16 tx_base; /* Tx BD base address */ member
/linux-4.4.14/drivers/net/ethernet/moxa/
Dmoxart_ether.c74 priv->tx_desc_base, priv->tx_base); in moxart_mac_free_memory()
154 writel(priv->tx_base, priv->base + REG_TXR_BASE_ADDRESS); in moxart_mac_setup_desc_ring()
475 TX_DESC_NUM, &priv->tx_base, in moxart_mac_probe()
Dmoxart_ether.h309 dma_addr_t tx_base; member
/linux-4.4.14/arch/sparc/kernel/
Dldc.c122 struct ldc_packet *tx_base; member
239 p = lp->tx_base; in handshake_get_tx_packet()
295 p = lp->tx_base; in data_get_tx_packet()
351 BUG_ON(p != (lp->tx_base + (lp->tx_tail / LDC_PACKET_SIZE))); in send_tx_packet()
770 struct ldc_packet *p = lp->tx_base + (head / LDC_PACKET_SIZE); in process_data_ack()
1206 &lp->tx_base, &lp->tx_ra); in ldc_alloc()
1243 free_queue(lp->tx_num_entries, lp->tx_base); in ldc_alloc()
1273 free_queue(lp->tx_num_entries, lp->tx_base); in ldc_unbind()
1538 struct ldc_packet *p = lp->tx_base + (tail / LDC_PACKET_SIZE); in write_nonraw()
/linux-4.4.14/drivers/net/ethernet/amd/
Dau1000_eth.c667 au1000_setup_hw_rings(struct au1000_private *aup, void __iomem *tx_base) in au1000_setup_hw_rings() argument
673 (tx_base + 0x100 + sizeof(struct rx_dma) * i); in au1000_setup_hw_rings()
677 (tx_base + sizeof(struct tx_dma) * i); in au1000_setup_hw_rings()
/linux-4.4.14/drivers/net/irda/
Dau1k_ir.c249 static void setup_hw_rings(struct au1k_private *aup, u32 rx_base, u32 tx_base) in setup_hw_rings() argument
258 (tx_base + sizeof(struct ring_dest) * i); in setup_hw_rings()