Searched refs:cmpl_base (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mailbox/
H A Dbcm-flexrm-mailbox.c270 void *cmpl_base; member in struct:flexrm_ring
1104 desc = *((u64 *)(ring->cmpl_base + cmpl_read_offset));
1257 ring->cmpl_base = dma_pool_zalloc(ring->mbox->cmpl_pool,
1259 if (!ring->cmpl_base) {
1349 ring->cmpl_base, ring->cmpl_dma_base);
1350 ring->cmpl_base = NULL;
1424 if (ring->cmpl_base) {
1426 ring->cmpl_base, ring->cmpl_dma_base);
1427 ring->cmpl_base = NULL;
1556 ring->cmpl_base
[all...]

Completed in 140 milliseconds