Searched refs:wr_regs (Results 1 – 1 of 1) sorted by relevance
385 struct cpsw_wr_regs __iomem *wr_regs; member671 __raw_writel(0xFF, &priv->wr_regs->tx_en); in cpsw_intr_enable()672 __raw_writel(0xFF, &priv->wr_regs->rx_en); in cpsw_intr_enable()680 __raw_writel(0, &priv->wr_regs->tx_en); in cpsw_intr_disable()681 __raw_writel(0, &priv->wr_regs->rx_en); in cpsw_intr_disable()944 int_ctrl = readl(&priv->wr_regs->int_control); in cpsw_set_coalesce()973 writel(num_interrupts, &priv->wr_regs->rx_imax); in cpsw_set_coalesce()974 writel(num_interrupts, &priv->wr_regs->tx_imax); in cpsw_set_coalesce()981 writel(int_ctrl, &priv->wr_regs->int_control); in cpsw_set_coalesce()2130 priv_sl2->wr_regs = priv->wr_regs; in cpsw_probe_dual_emac()[all …]