Searched refs:msg_index (Results 1 – 1 of 1) sorted by relevance
25 int msg_index = IPC_CH_MSG_IDX; variable56 inv_dcache_range((uint64_t)&msg_index, sizeof(msg_index)); in mv_pm_ipc_queue_addr_get()57 msg_index = msg_index + 1; in mv_pm_ipc_queue_addr_get()58 if (msg_index >= IPC_CH_NUM_OF_MSG) in mv_pm_ipc_queue_addr_get()59 msg_index = 0; in mv_pm_ipc_queue_addr_get()62 (msg_index * mv_pm_ipc_queue_size)); in mv_pm_ipc_queue_addr_get()64 flush_dcache_range((uint64_t)&msg_index, sizeof(msg_index)); in mv_pm_ipc_queue_addr_get()