Home
last modified time | relevance | path

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

/u-boot/drivers/misc/
A Dtegra186_bpmp.c181 ulong tx_base, rx_base, start_time; in tegra186_bpmp_probe() local
191 tx_base = tegra186_bpmp_get_shmem(dev, 0); in tegra186_bpmp_probe()
192 if (IS_ERR_VALUE(tx_base)) { in tegra186_bpmp_probe()
194 return tx_base; in tegra186_bpmp_probe()
201 debug("shmem: rx=%lx, tx=%lx\n", rx_base, tx_base); in tegra186_bpmp_probe()
203 ret = tegra_ivc_init(&priv->ivc, rx_base, tx_base, BPMP_IVC_FRAME_COUNT, in tegra186_bpmp_probe()
/u-boot/drivers/net/pfe_eth/
A Dpfe_driver.c135 data, length, tx_desc->tx_base, tx_desc->tx_to_send); in pfe_send()
137 bd = tx_desc->tx_base + tx_desc->tx_to_send; in pfe_send()
201 debug("%s:tx_base: %p, tx_to_send: %d\n", __func__, tx_desc->tx_base, in pfe_tx_done()
204 bd = tx_desc->tx_base + tx_desc->tx_to_send; in pfe_tx_done()
358 bd_va = tx_desc->tx_base; in hif_tx_desc_dump()
360 debug("HIF tx desc: base_va: %p, base_pa: %08x\n", tx_desc->tx_base, in hif_tx_desc_dump()
402 tx_desc->tx_base = bd_va; in hif_tx_desc_init()
405 __func__, tx_desc->tx_base, tx_desc->tx_base_pa, in hif_tx_desc_init()
/u-boot/arch/arm/include/asm/arch-tegra/
A Divc.h172 int tegra_ivc_init(struct tegra_ivc *ivc, ulong rx_base, ulong tx_base,
/u-boot/include/net/pfe_eth/
A Dpfe_driver.h45 struct buf_desc *tx_base; member
/u-boot/arch/arm/mach-tegra/
A Divc.c532 int tegra_ivc_init(struct tegra_ivc *ivc, ulong rx_base, ulong tx_base, in tegra_ivc_init() argument
541 ret = check_ivc_params(rx_base, tx_base, nframes, frame_size); in tegra_ivc_init()
546 ivc->tx_channel = (struct tegra_ivc_channel_header *)tx_base; in tegra_ivc_init()
/u-boot/drivers/net/
A De1000.c62 DEFINE_ALIGN_BUFFER(struct e1000_tx_desc, tx_base, 16, E1000_BUFFER_ALIGN);
5175 E1000_WRITE_REG(hw, TDBAL, lower_32_bits(virt_to_phys(tx_base))); in e1000_configure_tx()
5176 E1000_WRITE_REG(hw, TDBAH, upper_32_bits(virt_to_phys(tx_base))); in e1000_configure_tx()
5379 txp = tx_base + tx_tail; in _e1000_transmit()

Completed in 16 milliseconds