Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/imx/mu/
A Dimx_mu.c47 unsigned int nb_channel = 0; in imx_mu_receive_msg() local
69 nb_channel = imx_mu_plat_get_rx_channel(); in imx_mu_receive_msg()
72 res = imx_mu_plat_receive(base, count % nb_channel, in imx_mu_receive_msg()
91 unsigned int nb_channel = 0; in imx_mu_send_msg() local
106 nb_channel = imx_mu_plat_get_tx_channel(); in imx_mu_send_msg()
109 res = imx_mu_plat_send(base, count % nb_channel, in imx_mu_send_msg()

Completed in 2 milliseconds