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