Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/nvidia/tegra/drivers/bpmp_ipc/
Dintf.c33 static struct ivc ivc_ccplex_bpmp_channel; variable
60 const struct ivc *ch = &ivc_ccplex_bpmp_channel; in tegra_bpmp_get_next_out_frame()
74 (void)tegra_ivc_write_advance(&ivc_ccplex_bpmp_channel); in tegra_bpmp_signal_slave()
80 return tegra_ivc_read_advance(&ivc_ccplex_bpmp_channel); in tegra_bpmp_free_master()
88 frame = (struct frame_data *)tegra_ivc_read_get_next_frame(&ivc_ccplex_bpmp_channel); in tegra_bpmp_slave_acked()
249 error = tegra_ivc_init(&ivc_ccplex_bpmp_channel, in tegra_bpmp_ipc_init()
260 tegra_ivc_channel_reset(&ivc_ccplex_bpmp_channel); in tegra_bpmp_ipc_init()
263 while (tegra_ivc_channel_notified(&ivc_ccplex_bpmp_channel) != 0) { in tegra_bpmp_ipc_init()