Searched refs:omd_base (Results 1 – 2 of 2) sorted by relevance
1321 desc = priv->omsg_ring[mbox].omd_base; in tsi721_add_outb_message()1526 priv->omsg_ring[mbox].omd_base = dma_alloc_coherent( in tsi721_open_outb_mbox()1530 if (priv->omsg_ring[mbox].omd_base == NULL) { in tsi721_open_outb_mbox()1612 bd_ptr = priv->omsg_ring[mbox].omd_base; in tsi721_open_outb_mbox()1645 priv->omsg_ring[mbox].omd_base, in tsi721_open_outb_mbox()1648 priv->omsg_ring[mbox].omd_base = NULL; in tsi721_open_outb_mbox()1705 priv->omsg_ring[mbox].omd_base, in tsi721_close_outb_mbox()1708 priv->omsg_ring[mbox].omd_base = NULL; in tsi721_close_outb_mbox()
720 void *omd_base; member