[go: nahoru, domu]

Searched refs:csrrd32 (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/altera/
H A Daltera_tse_ethtool.c101 buf[0] = csrrd32(priv->mac_dev,
103 buf[1] = csrrd32(priv->mac_dev,
105 buf[2] = csrrd32(priv->mac_dev,
107 buf[3] = csrrd32(priv->mac_dev,
111 ext = (u64) csrrd32(priv->mac_dev,
114 ext |= csrrd32(priv->mac_dev,
119 ext = (u64) csrrd32(priv->mac_dev,
122 ext |= csrrd32(priv->mac_dev,
126 buf[6] = csrrd32(priv->mac_dev,
128 buf[7] = csrrd32(pri
[all...]
H A Daltera_utils.c22 u32 value = csrrd32(ioaddr, offs);
29 u32 value = csrrd32(ioaddr, offs);
36 u32 value = csrrd32(ioaddr, offs);
42 u32 value = csrrd32(ioaddr, offs);
H A Daltera_msgdma.c144 inuse = csrrd32(priv->tx_dma_csr, msgdma_csroffs(rw_fill_level))
151 status = csrrd32(priv->tx_dma_csr, msgdma_csroffs(status));
195 if (csrrd32(priv->rx_dma_csr, msgdma_csroffs(resp_fill_level))
197 pktlength = csrrd32(priv->rx_dma_resp,
199 pktstatus = csrrd32(priv->rx_dma_resp,
H A Daltera_sgdma.c249 u32 sts = csrrd32(priv->rx_dma_csr, sgdma_csroffs(status));
518 return csrrd32(priv->rx_dma_csr, sgdma_csroffs(status))
530 while ((csrrd32(priv->tx_dma_csr, sgdma_csroffs(status))
534 if (csrrd32(priv->tx_dma_csr, sgdma_csroffs(status))
H A Daltera_tse_main.c111 return csrrd32(priv->mac_dev,
858 dat = csrrd32(priv->mac_dev, tse_csroffs(command_config));
872 dat = csrrd32(priv->mac_dev, tse_csroffs(command_config));
934 cmd = csrrd32(priv->mac_dev, tse_csroffs(command_config));
965 u32 value = csrrd32(priv->mac_dev, tse_csroffs(command_config));
H A Daltera_tse.h493 u32 csrrd32(void __iomem *mac, size_t offs) function

Completed in 59 milliseconds