Searched refs:ch_node (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/drivers/ipm/ |
D | ipm_xlnx_ipi.c | 211 #define XLNX_IPI_CHILD(ch_node) \ argument 212 struct xlnx_ipi_child_data xlnx_ipi_child_data##ch_node = { \ 216 struct xlnx_ipi_child_config xlnx_ipi_child_config##ch_node = { \ 217 .local_request_region = DT_REG_ADDR_BY_NAME(ch_node, local_request_region), \ 218 .local_response_region = DT_REG_ADDR_BY_NAME(ch_node, local_response_region), \ 219 .remote_request_region = DT_REG_ADDR_BY_NAME(ch_node, remote_request_region), \ 220 .remote_response_region = DT_REG_ADDR_BY_NAME(ch_node, remote_response_region), \ 221 .remote_ipi_id = DT_PROP(ch_node, remote_ipi_id), \ 223 xlnx_ipi_reg_info_zynqmp[DT_PROP(ch_node, remote_ipi_id)].ipi_ch_bit, \ 224 .host_ipi_reg = DT_REG_ADDR_BY_NAME(DT_PARENT(ch_node), host_ipi_reg), \ [all …]
|