Lines Matching refs:phys_to_bus
222 #define phys_to_bus(dev, a) dm_pci_phys_to_mem((dev), (a)) macro
225 #define phys_to_bus(dev, a) (a) macro
228 #define phys_to_bus(dev, a) pci_phys_to_mem((dev), (a)) macro
370 cpu_to_le32(phys_to_bus(priv->devno, in init_rx_ring()
422 OUTL(priv, phys_to_bus(priv->devno, (u32)desc), SCB_POINTER); in eepro100_txcmd_send()
586 OUTL(priv, phys_to_bus(priv->devno, (u32)&rx_ring[priv->rx_next]), in eepro100_init_common()
598 cfg_cmd->link = cpu_to_le32(phys_to_bus(priv->devno, in eepro100_init_common()
619 ias_cmd->link = cpu_to_le32(phys_to_bus(priv->devno, in eepro100_init_common()
658 desc->link = cpu_to_le32(phys_to_bus(priv->devno, in eepro100_send_common()
660 desc->tx_desc_addr = cpu_to_le32(phys_to_bus(priv->devno, in eepro100_send_common()
662 desc->tx_buf_addr0 = cpu_to_le32(phys_to_bus(priv->devno, in eepro100_send_common()
749 OUTL(priv, phys_to_bus(priv->devno, (u32)&rx_ring[priv->rx_next]), in eepro100_free_pkt_common()