Searched refs:tx_base (Results 1 – 2 of 2) sorted by relevance
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()644 ivc->tx_channel = (struct ivc_channel_header *)tx_base; in tegra_ivc_init()
33 int32_t tegra_ivc_init(struct ivc *ivc, uintptr_t rx_base, uintptr_t tx_base,