Home
last modified time | relevance | path

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

/linux-6.15/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c684 struct zynqmp_ipi_mchan *tx_mchan, *rx_mchan; in versal_ipi_setup() local
690 tx_mchan = &ipi_mbox->mchans[IPI_MB_CHNL_TX]; in versal_ipi_setup()
723 tx_mchan->req_buf = devm_ioremap(mdev, in versal_ipi_setup()
726 if (!tx_mchan->req_buf) { in versal_ipi_setup()
731 tx_mchan->resp_buf = devm_ioremap(mdev, in versal_ipi_setup()
734 if (!tx_mchan->resp_buf) { in versal_ipi_setup()
755 tx_mchan->resp_buf_size = IPI_BUF_SIZE; in versal_ipi_setup()
756 tx_mchan->req_buf_size = IPI_BUF_SIZE; in versal_ipi_setup()
757 tx_mchan->rx_buf = devm_kzalloc(mdev, IPI_BUF_SIZE + in versal_ipi_setup()
760 if (!tx_mchan->rx_buf) in versal_ipi_setup()