AVE_PFEN
val = readl(priv->base + AVE_PFEN);
writel(val & ~BIT(entry), priv->base + AVE_PFEN);
writel(val | BIT(entry), priv->base + AVE_PFEN);