Home
last modified time | relevance | path

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

/optee_os/core/drivers/imx/mu/
H A Dimx_mu.c54 unsigned int nb_channel = 0; in imx_mu_receive_msg() local
76 nb_channel = imx_mu_plat_get_rx_channel(base); in imx_mu_receive_msg()
79 res = imx_mu_plat_receive(base, count % nb_channel, in imx_mu_receive_msg()
98 unsigned int nb_channel = 0; in imx_mu_send_msg() local
136 nb_channel = imx_mu_plat_get_tx_channel(base) - 1; in imx_mu_send_msg()
138 assert(end_index < nb_channel); in imx_mu_send_msg()
146 nb_channel = imx_mu_plat_get_tx_channel(base); in imx_mu_send_msg()
151 res = imx_mu_plat_send(base, count % nb_channel, in imx_mu_send_msg()
/optee_os/core/drivers/firewall/
H A Dstm32_rif.c62 unsigned int nb_channel) in stm32_rif_parse_cfg() argument
69 if (channel_id >= nb_channel) in stm32_rif_parse_cfg()
/optee_os/core/include/drivers/
H A Dstm32_rif.h131 unsigned int nb_channel);
200 unsigned int nb_channel __unused) in stm32_rif_parse_cfg()