Lines Matching refs:soc_writel
81 soc_writel(tcr, &timer->tcr);
82 soc_writel(period - 1, &timer->prdlo);
83 soc_writel(0, &timer->cntlo);
85 soc_writel(tcr, &timer->tcr);
96 soc_writel(soc_readl(&timer->tcr) & ~TCR_ENAMODELO_MASK, &timer->tcr);
97 soc_writel(0, &timer->prdlo);
101 soc_writel(val & ~(TCR_CLKSRCLO | TCR_PWIDLO_MASK), &timer->tcr);
105 soc_writel(val, &timer->tgcr);
106 soc_writel(val | (TGCR_TIMLORS | TGCR_TIMMODE_UD32), &timer->tgcr);
112 soc_writel(soc_readl(&timer->tcr) & ~TCR_ENAMODELO_MASK, &timer->tcr);
113 soc_writel(0, &timer->prdlo);