Searched defs:mchp_ipc_sbi_chan (Results 1 – 1 of 1) sorted by relevance
17 struct mchp_ipc_sbi_chan { struct18 void *buf_base_tx;19 void *buf_base_rx;20 void *msg_buf_tx;21 void *msg_buf_rx;22 phys_addr_t buf_base_tx_addr;23 phys_addr_t buf_base_rx_addr;24 phys_addr_t msg_buf_tx_addr;25 phys_addr_t msg_buf_rx_addr;26 int chan_aggregated_irq;[all …]