Searched refs:nhw_ipc_st (Results 1 – 1 of 1) sorted by relevance
44 static struct ipc_status nhw_ipc_st[NHW_IPC_TOTAL_INST]; variable57 nhw_ipc_st[i].NRF_IPC_regs = &NRF_IPC_regs[i]; in nhw_ipc_init()58 nhw_ipc_st[i].n_ch = nhw_ipc_n_ch[i]; in nhw_ipc_init()60 nhw_ipc_st[i].dppi_map = nhw_IPC_dppi_map[i]; in nhw_ipc_init()61 …nhw_ipc_st[i].subscribed = (struct nhw_subsc_mem*)bs_calloc(nhw_ipc_n_ch[i], sizeof(struct nhw_sub… in nhw_ipc_init()73 free(nhw_ipc_st[i].subscribed); in nhw_ipc_free()74 nhw_ipc_st[i].subscribed = NULL; in nhw_ipc_free()86 struct ipc_status *this = &nhw_ipc_st[inst]; in nhw_IPC_eval_interrupt()107 if (nhw_ipc_st[inst].n_ch <= ch) { \109 inst, what, ch, nhw_ipc_st[inst].n_ch); \[all …]