Lines Matching defs:size
107 u32 offset, size;
112 .size = 0x1000,
678 int ret, size;
688 size = QCOM_SLIM_NGD_DESC_NUM * SLIM_MSGQ_BUF_LEN;
689 ctrl->rx_base = dma_alloc_coherent(dev, size, &ctrl->rx_phys_base,
705 dma_free_coherent(dev, size, ctrl->rx_base, ctrl->rx_phys_base);
716 int size;
726 size = ((QCOM_SLIM_NGD_DESC_NUM + 1) * SLIM_MSGQ_BUF_LEN);
727 ctrl->tx_base = dma_alloc_coherent(dev, size, &ctrl->tx_phys_base,
1556 (ngd->id - 1) * data->size;