Searched refs:tx_base (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/drivers/misc/ |
D | tegra186_bpmp.c | 175 ulong tx_base, rx_base, start_time; in tegra186_bpmp_probe() local 185 tx_base = tegra186_bpmp_get_shmem(dev, 0); in tegra186_bpmp_probe() 186 if (IS_ERR_VALUE(tx_base)) { in tegra186_bpmp_probe() 188 return tx_base; in tegra186_bpmp_probe() 195 debug("shmem: rx=%lx, tx=%lx\n", rx_base, tx_base); in tegra186_bpmp_probe() 197 ret = tegra_ivc_init(&priv->ivc, rx_base, tx_base, BPMP_IVC_FRAME_COUNT, in tegra186_bpmp_probe()
|
/external/u-boot/drivers/net/pfe_eth/ |
D | pfe_driver.c | 132 data, length, tx_desc->tx_base, tx_desc->tx_to_send); in pfe_send() 134 bd = tx_desc->tx_base + tx_desc->tx_to_send; in pfe_send() 198 debug("%s:tx_base: %p, tx_to_send: %d\n", __func__, tx_desc->tx_base, in pfe_tx_done() 201 bd = tx_desc->tx_base + tx_desc->tx_to_send; in pfe_tx_done() 355 bd_va = tx_desc->tx_base; in hif_tx_desc_dump() 357 debug("HIF tx desc: base_va: %p, base_pa: %08x\n", tx_desc->tx_base, in hif_tx_desc_dump() 399 tx_desc->tx_base = bd_va; in hif_tx_desc_init() 402 __func__, tx_desc->tx_base, tx_desc->tx_base_pa, in hif_tx_desc_init()
|
/external/u-boot/arch/arm/mach-tegra/ |
D | ivc.c | 530 int tegra_ivc_init(struct tegra_ivc *ivc, ulong rx_base, ulong tx_base, in tegra_ivc_init() argument 539 ret = check_ivc_params(rx_base, tx_base, nframes, frame_size); in tegra_ivc_init() 544 ivc->tx_channel = (struct tegra_ivc_channel_header *)tx_base; in tegra_ivc_init()
|
/external/u-boot/arch/arm/include/asm/arch-tegra/ |
D | ivc.h | 174 int tegra_ivc_init(struct tegra_ivc *ivc, ulong rx_base, ulong tx_base,
|
/external/u-boot/include/net/pfe_eth/ |
D | pfe_driver.h | 45 struct buf_desc *tx_base; member
|
/external/u-boot/drivers/net/ |
D | e1000.c | 63 DEFINE_ALIGN_BUFFER(struct e1000_tx_desc, tx_base, 16, E1000_BUFFER_ALIGN); 5173 E1000_WRITE_REG(hw, TDBAL, lower_32_bits((unsigned long)tx_base)); in e1000_configure_tx() 5174 E1000_WRITE_REG(hw, TDBAH, upper_32_bits((unsigned long)tx_base)); in e1000_configure_tx() 5377 txp = tx_base + tx_tail; in _e1000_transmit()
|