Home
last modified time | relevance | path

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

/linux/drivers/rapidio/devices/
H A Dtsi721.c1814 tx_slot = (last_ptr - (u64)priv->omsg_ring[ch].omd_phys)/ in tsi721_omsg_handler()
1825 (u64)priv->omsg_ring[ch].omd_phys)/ in tsi721_omsg_handler()
1947 &priv->omsg_ring[mbox].omd_phys, GFP_KERNEL); in tsi721_open_outb_mbox()
1975 iowrite32(((u64)priv->omsg_ring[mbox].omd_phys >> 32), in tsi721_open_outb_mbox()
1977 iowrite32(((u64)priv->omsg_ring[mbox].omd_phys & in tsi721_open_outb_mbox()
2028 cpu_to_le32((u64)priv->omsg_ring[mbox].omd_phys & in tsi721_open_outb_mbox()
2031 cpu_to_le32((u64)priv->omsg_ring[mbox].omd_phys >> 32); in tsi721_open_outb_mbox()
2059 priv->omsg_ring[mbox].omd_phys); in tsi721_open_outb_mbox()
2119 priv->omsg_ring[mbox].omd_phys); in tsi721_close_outb_mbox()
H A Dtsi721.h748 dma_addr_t omd_phys; member