Searched refs:rx_base (Results 1 – 3 of 3) sorted by relevance
110 if (rx_base >= rx_max) return false; in plausible()187 uint32_t rx_base; // executable region member
619 int32_t tegra_ivc_init(struct ivc *ivc, uintptr_t rx_base, uintptr_t tx_base, in tegra_ivc_init() argument630 result = check_ivc_params(rx_base, tx_base, nframes, frame_size); in tegra_ivc_init()643 ivc->rx_channel = (struct ivc_channel_header *)rx_base; in tegra_ivc_init()
33 int32_t tegra_ivc_init(struct ivc *ivc, uintptr_t rx_base, uintptr_t tx_base,