Home
last modified time | relevance | path

Searched refs:omd_base (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/rapidio/devices/
Dtsi721.c1717 desc = priv->omsg_ring[mbox].omd_base; in tsi721_add_outb_message()
1943 priv->omsg_ring[mbox].omd_base = dma_alloc_coherent( in tsi721_open_outb_mbox()
1947 if (priv->omsg_ring[mbox].omd_base == NULL) { in tsi721_open_outb_mbox()
2023 bd_ptr = priv->omsg_ring[mbox].omd_base; in tsi721_open_outb_mbox()
2057 priv->omsg_ring[mbox].omd_base, in tsi721_open_outb_mbox()
2060 priv->omsg_ring[mbox].omd_base = NULL; in tsi721_open_outb_mbox()
2117 priv->omsg_ring[mbox].omd_base, in tsi721_close_outb_mbox()
2120 priv->omsg_ring[mbox].omd_base = NULL; in tsi721_close_outb_mbox()
Dtsi721.h747 void *omd_base; member