Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rapidio/devices/
Dtsi721.c1799 tx_slot = (last_ptr - (u64)priv->omsg_ring[ch].omd_phys)/ in tsi721_omsg_handler()
1810 (u64)priv->omsg_ring[ch].omd_phys)/ in tsi721_omsg_handler()
1930 &priv->omsg_ring[mbox].omd_phys, GFP_KERNEL); in tsi721_open_outb_mbox()
1958 iowrite32(((u64)priv->omsg_ring[mbox].omd_phys >> 32), in tsi721_open_outb_mbox()
1960 iowrite32(((u64)priv->omsg_ring[mbox].omd_phys & in tsi721_open_outb_mbox()
2011 cpu_to_le32((u64)priv->omsg_ring[mbox].omd_phys & in tsi721_open_outb_mbox()
2014 cpu_to_le32((u64)priv->omsg_ring[mbox].omd_phys >> 32); in tsi721_open_outb_mbox()
2042 priv->omsg_ring[mbox].omd_phys); in tsi721_open_outb_mbox()
2102 priv->omsg_ring[mbox].omd_phys); in tsi721_close_outb_mbox()
Dtsi721.h761 dma_addr_t omd_phys; member