Home
last modified time | relevance | path

Searched refs:rx_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
191 rx_base = tegra186_bpmp_get_shmem(dev, 1); in tegra186_bpmp_probe()
192 if (IS_ERR_VALUE(rx_base)) { in tegra186_bpmp_probe()
194 return rx_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()
544 ivc->rx_channel = (struct tegra_ivc_channel_header *)rx_base; in tegra_ivc_init()
/rk3399_rockchip-uboot/drivers/net/
H A De1000.c64 DEFINE_ALIGN_BUFFER(struct e1000_rx_desc, rx_base, 16, E1000_BUFFER_ALIGN);
4925 rd = rx_base + rx_tail; in fill_rx()
5104 E1000_WRITE_REG(hw, RDBAL, lower_32_bits((unsigned long)rx_base)); in e1000_configure_rx()
5105 E1000_WRITE_REG(hw, RDBAH, upper_32_bits((unsigned long)rx_base)); in e1000_configure_rx()
5138 rd = rx_base + rx_last; in _e1000_poll()