Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721.c1786 tx_slot = (last_ptr - (u64)priv->omsg_ring[ch].omd_phys)/ in tsi721_omsg_handler()
1797 (u64)priv->omsg_ring[ch].omd_phys)/ in tsi721_omsg_handler()
1917 &priv->omsg_ring[mbox].omd_phys, GFP_KERNEL); in tsi721_open_outb_mbox()
1945 iowrite32(((u64)priv->omsg_ring[mbox].omd_phys >> 32), in tsi721_open_outb_mbox()
1947 iowrite32(((u64)priv->omsg_ring[mbox].omd_phys & in tsi721_open_outb_mbox()
1998 cpu_to_le32((u64)priv->omsg_ring[mbox].omd_phys & in tsi721_open_outb_mbox()
2001 cpu_to_le32((u64)priv->omsg_ring[mbox].omd_phys >> 32); in tsi721_open_outb_mbox()
2029 priv->omsg_ring[mbox].omd_phys); in tsi721_open_outb_mbox()
2089 priv->omsg_ring[mbox].omd_phys); in tsi721_close_outb_mbox()
H A Dtsi721.h748 dma_addr_t omd_phys; member