Searched refs:rx_base (Results 1 – 7 of 7) 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 190 rx_base = tegra186_bpmp_get_shmem(dev, 1); in tegra186_bpmp_probe() 191 if (IS_ERR_VALUE(rx_base)) { in tegra186_bpmp_probe() 193 return rx_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 | 35 bd = rx_desc->rx_base + rx_desc->rx_to_read; in pfe_recv() 81 debug("%s:rx_base: %p, rx_to_read: %d\n", __func__, rx_desc->rx_base, in pfe_eth_free_pkt() 84 bd = rx_desc->rx_base + rx_desc->rx_to_read; in pfe_eth_free_pkt() 238 bd_va = rx_desc->rx_base; in hif_rx_desc_dump() 240 debug("HIF rx desc: base_va: %p, base_pa: %08x\n", rx_desc->rx_base, in hif_rx_desc_dump() 267 bd_va = rx_desc->rx_base; in hif_rx_desc_disable() 309 rx_desc->rx_base = bd_va; in hif_rx_desc_init() 315 __func__, rx_desc->rx_base, rx_desc->rx_base_pa, in hif_rx_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() 543 ivc->rx_channel = (struct tegra_ivc_channel_header *)rx_base; in tegra_ivc_init()
|
/external/nos/host/generic/nugget/include/ |
D | signed_header.h | 110 if (rx_base >= rx_max) return false; in plausible() 179 uint32_t rx_base; // executable region member
|
/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 | 38 struct buf_desc *rx_base; member
|
/external/u-boot/drivers/net/ |
D | e1000.c | 64 DEFINE_ALIGN_BUFFER(struct e1000_rx_desc, rx_base, 16, E1000_BUFFER_ALIGN); 5139 rd = rx_base + rx_tail; in fill_rx() 5318 E1000_WRITE_REG(hw, RDBAL, lower_32_bits((unsigned long)rx_base)); in e1000_configure_rx() 5319 E1000_WRITE_REG(hw, RDBAH, upper_32_bits((unsigned long)rx_base)); in e1000_configure_rx() 5352 rd = rx_base + rx_last; in _e1000_poll()
|