CMPCR
priv->cmpcr = readl(base + CMPCR) & ~SYS_CTR_EN;
writel(enable ? priv->cmpcr | SYS_CTR_EN : priv->cmpcr, base + CMPCR);