Searched refs:omd_base (Results 1 – 2 of 2) sorted by relevance
1703 desc = priv->omsg_ring[mbox].omd_base; in tsi721_add_outb_message()1927 priv->omsg_ring[mbox].omd_base = dma_alloc_coherent( in tsi721_open_outb_mbox()1931 if (priv->omsg_ring[mbox].omd_base == NULL) { in tsi721_open_outb_mbox()2007 bd_ptr = priv->omsg_ring[mbox].omd_base; in tsi721_open_outb_mbox()2041 priv->omsg_ring[mbox].omd_base, in tsi721_open_outb_mbox()2044 priv->omsg_ring[mbox].omd_base = NULL; in tsi721_open_outb_mbox()2101 priv->omsg_ring[mbox].omd_base, in tsi721_close_outb_mbox()2104 priv->omsg_ring[mbox].omd_base = NULL; in tsi721_close_outb_mbox()
760 void *omd_base; member