Searched refs:csrrd32 (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/net/ethernet/altera/
H A Daltera_tse_main.c102 return csrrd32(priv->mac_dev,
665 dat = csrrd32(priv->mac_dev, tse_csroffs(command_config));
679 dat = csrrd32(priv->mac_dev, tse_csroffs(command_config));
741 cmd = csrrd32(priv->mac_dev, tse_csroffs(command_config));
772 u32 value = csrrd32(priv->mac_dev, tse_csroffs(command_config));
1065 ctrl = csrrd32(priv->mac_dev, tse_csroffs(command_config));
H A Daltera_tse.h487 u32 csrrd32(void __iomem *mac, size_t offs) function
H A Daltera_tse_ethtool.c89 buf[0] = csrrd32(priv->mac_dev,
91 buf[1] = csrrd32(priv->mac_dev,
93 buf[2] = csrrd32(priv->mac_dev,
95 buf[3] = csrrd32(priv->mac_dev,
99 ext = (u64) csrrd32(priv->mac_dev,
102 ext |= csrrd32(priv->mac_dev,
107 ext = (u64) csrrd32(priv->mac_dev,
110 ext |= csrrd32(priv->mac_dev,
114 buf[6] = csrrd32(priv->mac_dev,
116 buf[7] = csrrd32(pri
[all...]
H A Daltera_sgdma.c236 u32 sts = csrrd32(priv->rx_dma_csr, sgdma_csroffs(status));
505 return csrrd32(priv->rx_dma_csr, sgdma_csroffs(status))
517 while ((csrrd32(priv->tx_dma_csr, sgdma_csroffs(status))
521 if (csrrd32(priv->tx_dma_csr, sgdma_csroffs(status))
H A Daltera_utils.c11 u32 value = csrrd32(ioaddr, offs);
18 u32 value = csrrd32(ioaddr, offs);
25 u32 value = csrrd32(ioaddr, offs);
31 u32 value = csrrd32(ioaddr, offs);
H A Daltera_msgdma.c133 inuse = csrrd32(priv->tx_dma_csr, msgdma_csroffs(rw_fill_level))
141 status = csrrd32(priv->tx_dma_csr, msgdma_csroffs(status));
185 if (csrrd32(priv->rx_dma_csr, msgdma_csroffs(resp_fill_level))
187 pktlength = csrrd32(priv->rx_dma_resp,
189 pktstatus = csrrd32(priv->rx_dma_resp,

Completed in 304 milliseconds