Lines Matching refs:devno
207 struct udevice *devno; member
355 cpu_to_le32(phys_to_bus(priv->devno, in init_rx_ring()
407 OUTL(priv, phys_to_bus(priv->devno, (u32)desc), SCB_POINTER); in eepro100_txcmd_send()
571 OUTL(priv, phys_to_bus(priv->devno, (u32)&rx_ring[priv->rx_next]), in eepro100_init_common()
583 cfg_cmd->link = cpu_to_le32(phys_to_bus(priv->devno, in eepro100_init_common()
604 ias_cmd->link = cpu_to_le32(phys_to_bus(priv->devno, in eepro100_init_common()
643 desc->link = cpu_to_le32(phys_to_bus(priv->devno, in eepro100_send_common()
645 desc->tx_desc_addr = cpu_to_le32(phys_to_bus(priv->devno, in eepro100_send_common()
647 desc->tx_buf_addr0 = cpu_to_le32(phys_to_bus(priv->devno, in eepro100_send_common()
734 OUTL(priv, phys_to_bus(priv->devno, (u32)&rx_ring[priv->rx_next]), in eepro100_free_pkt_common()
841 priv->devno = dev; in eepro100_probe()