Searched refs:omd_base (Results 1 – 2 of 2) sorted by relevance
1690 desc = priv->omsg_ring[mbox].omd_base; in tsi721_add_outb_message()1914 priv->omsg_ring[mbox].omd_base = dma_alloc_coherent( in tsi721_open_outb_mbox()1918 if (priv->omsg_ring[mbox].omd_base == NULL) { in tsi721_open_outb_mbox()1994 bd_ptr = priv->omsg_ring[mbox].omd_base; in tsi721_open_outb_mbox()2028 priv->omsg_ring[mbox].omd_base, in tsi721_open_outb_mbox()2031 priv->omsg_ring[mbox].omd_base = NULL; in tsi721_open_outb_mbox()2088 priv->omsg_ring[mbox].omd_base, in tsi721_close_outb_mbox()2091 priv->omsg_ring[mbox].omd_base = NULL; in tsi721_close_outb_mbox()
747 void *omd_base; member