Home
last modified time | relevance | path

Searched refs:dwmac4_addrs (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_dma.c77 const struct dwmac4_addrs *dwmac4_addrs = priv->plat->dwmac4_addrs; in dwmac4_dma_init_rx_chan() local
81 value = readl(ioaddr + DMA_CHAN_RX_CONTROL(dwmac4_addrs, chan)); in dwmac4_dma_init_rx_chan()
83 writel(value, ioaddr + DMA_CHAN_RX_CONTROL(dwmac4_addrs, chan)); in dwmac4_dma_init_rx_chan()
87 ioaddr + DMA_CHAN_RX_BASE_ADDR_HI(dwmac4_addrs, chan)); in dwmac4_dma_init_rx_chan()
90 ioaddr + DMA_CHAN_RX_BASE_ADDR(dwmac4_addrs, chan)); in dwmac4_dma_init_rx_chan()
98 const struct dwmac4_addrs *dwmac4_addrs = priv->plat->dwmac4_addrs; in dwmac4_dma_init_tx_chan() local
102 value = readl(ioaddr + DMA_CHAN_TX_CONTROL(dwmac4_addrs, chan)); in dwmac4_dma_init_tx_chan()
108 writel(value, ioaddr + DMA_CHAN_TX_CONTROL(dwmac4_addrs, chan)); in dwmac4_dma_init_tx_chan()
112 ioaddr + DMA_CHAN_TX_BASE_ADDR_HI(dwmac4_addrs, chan)); in dwmac4_dma_init_tx_chan()
115 ioaddr + DMA_CHAN_TX_BASE_ADDR(dwmac4_addrs, chan)); in dwmac4_dma_init_tx_chan()
[all …]
H A Ddwmac4.h345 static inline u32 mtl_chanx_base_addr(const struct dwmac4_addrs *addrs, in mtl_chanx_base_addr()
408 static inline u32 mtl_etsx_ctrl_base_addr(const struct dwmac4_addrs *addrs, in mtl_etsx_ctrl_base_addr()
428 static inline u32 mtl_txqx_weight_base_addr(const struct dwmac4_addrs *addrs, in mtl_txqx_weight_base_addr()
447 static inline u32 mtl_send_slp_credx_base_addr(const struct dwmac4_addrs *addrs, in mtl_send_slp_credx_base_addr()
466 static inline u32 mtl_high_credx_base_addr(const struct dwmac4_addrs *addrs, in mtl_high_credx_base_addr()
485 static inline u32 mtl_low_credx_base_addr(const struct dwmac4_addrs *addrs, in mtl_low_credx_base_addr()
H A Ddwmac4_dma.h99 static inline u32 dma_chanx_base_addr(const struct dwmac4_addrs *addrs, in dma_chanx_base_addr()