Home
last modified time | relevance | path

Searched refs:gmac_base (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/
H A Dgemini.c112 void __iomem *gmac_base; member
234 reg = readl(port->gmac_base + GMAC_CONFIG0); in gmac_update_config0_reg()
236 writel(reg, port->gmac_base + GMAC_CONFIG0); in gmac_update_config0_reg()
249 reg = readl(port->gmac_base + GMAC_CONFIG0); in gmac_enable_tx_rx()
251 writel(reg, port->gmac_base + GMAC_CONFIG0); in gmac_enable_tx_rx()
264 val = readl(port->gmac_base + GMAC_CONFIG0); in gmac_disable_tx_rx()
266 writel(val, port->gmac_base + GMAC_CONFIG0); in gmac_disable_tx_rx()
281 val = readl(port->gmac_base + GMAC_CONFIG0); in gmac_set_flow_control()
287 writel(val, port->gmac_base + GMAC_CONFIG0); in gmac_set_flow_control()
300 status.bits32 = readl(port->gmac_base in gmac_speed_set()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/
H A Dgemini.c111 void __iomem *gmac_base; member
233 reg = readl(port->gmac_base + GMAC_CONFIG0); in gmac_update_config0_reg()
235 writel(reg, port->gmac_base + GMAC_CONFIG0); in gmac_update_config0_reg()
248 reg = readl(port->gmac_base + GMAC_CONFIG0); in gmac_enable_tx_rx()
250 writel(reg, port->gmac_base + GMAC_CONFIG0); in gmac_enable_tx_rx()
263 val = readl(port->gmac_base + GMAC_CONFIG0); in gmac_disable_tx_rx()
265 writel(val, port->gmac_base + GMAC_CONFIG0); in gmac_disable_tx_rx()
280 val = readl(port->gmac_base + GMAC_CONFIG0); in gmac_set_flow_control()
286 writel(val, port->gmac_base + GMAC_CONFIG0); in gmac_set_flow_control()
299 status.bits32 = readl(port->gmac_base in gmac_speed_set()
[all...]

Completed in 4 milliseconds