Home
last modified time | relevance | path

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

/drivers/rapidio/devices/
Dtsi721.c1415 tx_slot = (last_ptr - (u64)priv->omsg_ring[ch].omd_phys)/ in tsi721_omsg_handler()
1426 (u64)priv->omsg_ring[ch].omd_phys)/ in tsi721_omsg_handler()
1534 &priv->omsg_ring[mbox].omd_phys, GFP_KERNEL); in tsi721_open_outb_mbox()
1564 iowrite32(((u64)priv->omsg_ring[mbox].omd_phys >> 32), in tsi721_open_outb_mbox()
1566 iowrite32(((u64)priv->omsg_ring[mbox].omd_phys & in tsi721_open_outb_mbox()
1621 cpu_to_le32((u64)priv->omsg_ring[mbox].omd_phys & in tsi721_open_outb_mbox()
1624 cpu_to_le32((u64)priv->omsg_ring[mbox].omd_phys >> 32); in tsi721_open_outb_mbox()
1651 priv->omsg_ring[mbox].omd_phys); in tsi721_open_outb_mbox()
1711 priv->omsg_ring[mbox].omd_phys); in tsi721_close_outb_mbox()
Dtsi721.h720 dma_addr_t omd_phys; member