Lines Matching refs:resp_buf
78 * @resp_buf: local to remote response buffer start address
87 void __iomem *resp_buf;
330 if (msg && msg->len > mchan->resp_buf_size && mchan->resp_buf) {
336 if (msg && msg->len && mchan->resp_buf)
337 memcpy_toio(mchan->resp_buf, msg->data, msg->len);
615 mchan->resp_buf = devm_ioremap(mdev, res.start,
617 if (!mchan->resp_buf) {
652 mchan->resp_buf = devm_ioremap(mdev, res.start,
654 if (!mchan->resp_buf) {
731 tx_mchan->resp_buf = devm_ioremap(mdev,
734 if (!tx_mchan->resp_buf) {
747 rx_mchan->resp_buf = devm_ioremap(mdev,
750 if (!rx_mchan->resp_buf) {