Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/misc/
H A Dtegra186_bpmp.c176 ulong tx_base, rx_base, start_time; in tegra186_bpmp_probe() local
186 tx_base = tegra186_bpmp_get_shmem(dev, 0); in tegra186_bpmp_probe()
187 if (IS_ERR_VALUE(tx_base)) { in tegra186_bpmp_probe()
189 return tx_base; in tegra186_bpmp_probe()
196 debug("shmem: rx=%lx, tx=%lx\n", rx_base, tx_base); in tegra186_bpmp_probe()
198 ret = tegra_ivc_init(&priv->ivc, rx_base, tx_base, BPMP_IVC_FRAME_COUNT, in tegra186_bpmp_probe()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/
H A Divc.h175 int tegra_ivc_init(struct tegra_ivc *ivc, ulong rx_base, ulong tx_base,
/rk3399_rockchip-uboot/arch/arm/mach-tegra/
H A Divc.c531 int tegra_ivc_init(struct tegra_ivc *ivc, ulong rx_base, ulong tx_base, in tegra_ivc_init() argument
540 ret = check_ivc_params(rx_base, tx_base, nframes, frame_size); in tegra_ivc_init()
545 ivc->tx_channel = (struct tegra_ivc_channel_header *)tx_base; in tegra_ivc_init()
/rk3399_rockchip-uboot/drivers/net/
H A De1000.c63 DEFINE_ALIGN_BUFFER(struct e1000_tx_desc, tx_base, 16, E1000_BUFFER_ALIGN);
4959 E1000_WRITE_REG(hw, TDBAL, lower_32_bits((unsigned long)tx_base)); in e1000_configure_tx()
4960 E1000_WRITE_REG(hw, TDBAH, upper_32_bits((unsigned long)tx_base)); in e1000_configure_tx()
5163 txp = tx_base + tx_tail; in _e1000_transmit()