Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/drivers/arm/mhu/
Dmhu_v2_x.c20 #define RECV_FRAME(p_mhu) ((struct mhu_v2_x_recv_frame_t *)p_mhu) macro
204 return (RECV_FRAME(p_mhu))->mhu_cfg; in mhu_v2_x_get_num_channel_implemented()
264 (RECV_FRAME(p_mhu))->rec_ch_window[channel].ch_clr = UINT32_MAX; in mhu_v2_x_channel_clear()
285 *value = (RECV_FRAME(p_mhu))->rec_ch_window[channel].ch_st; in mhu_v2_x_channel_receive()
306 (RECV_FRAME(p_mhu))->rec_ch_window[channel].ch_msk_set = mask; in mhu_v2_x_channel_mask_set()
327 (RECV_FRAME(p_mhu))->rec_ch_window[channel].ch_msk_clr = mask; in mhu_v2_x_channel_mask_clear()