Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/arm/sfcp/sfcp_core/
H A Dsfcp_link_hal.c296 mhu_send_signal_poll_loop(void *mhu_send_device, void *mhu_recv_device, in mhu_send_signal_poll_loop() argument
302 mhu_get_num_mhu_channels(mhu_recv_device, type); in mhu_send_signal_poll_loop()
327 mhu_recv_device, recv_num_channels - 1, &recv_signal, in mhu_send_signal_poll_loop()
341 static uint32_t mhu_recv_signal_poll_loop(void *mhu_recv_device, in mhu_recv_signal_poll_loop() argument
345 mhu_get_num_mhu_channels(mhu_recv_device, type); in mhu_recv_signal_poll_loop()
351 mhu_err = mhu_channel_clear(mhu_recv_device, i, type); in mhu_recv_signal_poll_loop()
360 mhu_recv_device, recv_num_channels - 1, &recv_signal, in mhu_recv_signal_poll_loop()
371 mhu_message_is_available(void *mhu_recv_device, bool *is_available, in mhu_message_is_available() argument
375 mhu_get_num_mhu_channels(mhu_recv_device, type); in mhu_message_is_available()
380 mhu_recv_device, num_channels - 1, &value, type); in mhu_message_is_available()
[all …]