Searched refs:csrrd32 (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/altera/ ! |
D | altera_tse_ethtool.c | 89 buf[0] = csrrd32(priv->mac_dev, in tse_fill_stats() 91 buf[1] = csrrd32(priv->mac_dev, in tse_fill_stats() 93 buf[2] = csrrd32(priv->mac_dev, in tse_fill_stats() 95 buf[3] = csrrd32(priv->mac_dev, in tse_fill_stats() 99 ext = (u64) csrrd32(priv->mac_dev, in tse_fill_stats() 102 ext |= csrrd32(priv->mac_dev, in tse_fill_stats() 107 ext = (u64) csrrd32(priv->mac_dev, in tse_fill_stats() 110 ext |= csrrd32(priv->mac_dev, in tse_fill_stats() 114 buf[6] = csrrd32(priv->mac_dev, in tse_fill_stats() 116 buf[7] = csrrd32(priv->mac_dev, in tse_fill_stats() [all …]
|
D | altera_utils.c | 11 u32 value = csrrd32(ioaddr, offs); in tse_set_bit() 18 u32 value = csrrd32(ioaddr, offs); in tse_clear_bit() 25 u32 value = csrrd32(ioaddr, offs); in tse_bit_is_set() 31 u32 value = csrrd32(ioaddr, offs); in tse_bit_is_clear()
|
D | altera_msgdma.c | 133 inuse = csrrd32(priv->tx_dma_csr, msgdma_csroffs(rw_fill_level)) in msgdma_tx_completions() 141 status = csrrd32(priv->tx_dma_csr, msgdma_csroffs(status)); in msgdma_tx_completions() 185 if (csrrd32(priv->rx_dma_csr, msgdma_csroffs(resp_fill_level)) in msgdma_rx_status() 187 pktlength = csrrd32(priv->rx_dma_resp, in msgdma_rx_status() 189 pktstatus = csrrd32(priv->rx_dma_resp, in msgdma_rx_status()
|
D | altera_sgdma.c | 236 u32 sts = csrrd32(priv->rx_dma_csr, sgdma_csroffs(status)); in sgdma_rx_status() 505 return csrrd32(priv->rx_dma_csr, sgdma_csroffs(status)) in sgdma_rxbusy() 517 while ((csrrd32(priv->tx_dma_csr, sgdma_csroffs(status)) in sgdma_txbusy() 521 if (csrrd32(priv->tx_dma_csr, sgdma_csroffs(status)) in sgdma_txbusy()
|
D | altera_tse_main.c | 93 return csrrd32(priv->mac_dev, in sgmii_pcs_read() 122 return csrrd32(priv->mac_dev, in altera_tse_mdio_read() 880 dat = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in reset_mac() 894 dat = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in reset_mac() 956 cmd = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in init_mac() 987 u32 value = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in tse_set_mac()
|
D | altera_tse.h | 490 u32 csrrd32(void __iomem *mac, size_t offs) in csrrd32() function
|