soc_writel        112 arch/c6x/platforms/cache.c 	soc_writel((value), cache_base + (reg));		\
soc_writel        152 arch/c6x/platforms/dscr.c 	soc_writel(0, lock_addr);
soc_writel        162 arch/c6x/platforms/dscr.c 	soc_writel(key0, dscr.base + lock0);
soc_writel        163 arch/c6x/platforms/dscr.c 	soc_writel(key1, dscr.base + lock1);
soc_writel        164 arch/c6x/platforms/dscr.c 	soc_writel(val, dscr.base + reg);
soc_writel        165 arch/c6x/platforms/dscr.c 	soc_writel(0, dscr.base + lock0);
soc_writel        166 arch/c6x/platforms/dscr.c 	soc_writel(0, dscr.base + lock1);
soc_writel        180 arch/c6x/platforms/dscr.c 		soc_writel(val, dscr.base + reg);
soc_writel         69 arch/c6x/platforms/emif.c 			soc_writel(be32_to_cpup(&p[i]), &regs->cecfg[i]);
soc_writel         74 arch/c6x/platforms/emif.c 		soc_writel(val, &regs->bprio);
soc_writel         78 arch/c6x/platforms/emif.c 		soc_writel(val, &regs->awcc);
soc_writel         72 arch/c6x/platforms/megamod-pic.c 	soc_writel(soc_readl(evtmask) | (1 << (src & 31)), evtmask);
soc_writel         83 arch/c6x/platforms/megamod-pic.c 	soc_writel(soc_readl(evtmask) & ~(1 << (src & 31)), evtmask);
soc_writel        111 arch/c6x/platforms/megamod-pic.c 		soc_writel(1 << n, &pic->regs->evtclr[idx]);
soc_writel        159 arch/c6x/platforms/megamod-pic.c 	soc_writel(val, &pic->regs->intmux[index]);
soc_writel        280 arch/c6x/platforms/megamod-pic.c 		soc_writel(~0, &pic->regs->evtmask[i]);
soc_writel        281 arch/c6x/platforms/megamod-pic.c 		soc_writel(~0, &pic->regs->evtclr[i]);
soc_writel        317 arch/c6x/platforms/megamod-pic.c 			soc_writel(1 << bit, &mm_pic->regs->evtclr[i]);
soc_writel        326 arch/c6x/platforms/megamod-pic.c 	soc_writel(val, &mm_pic->regs->evtasrt);
soc_writel         81 arch/c6x/platforms/timer64.c 	soc_writel(tcr, &timer->tcr);
soc_writel         82 arch/c6x/platforms/timer64.c 	soc_writel(period - 1, &timer->prdlo);
soc_writel         83 arch/c6x/platforms/timer64.c 	soc_writel(0, &timer->cntlo);
soc_writel         85 arch/c6x/platforms/timer64.c 	soc_writel(tcr, &timer->tcr);
soc_writel         96 arch/c6x/platforms/timer64.c 	soc_writel(soc_readl(&timer->tcr) & ~TCR_ENAMODELO_MASK, &timer->tcr);
soc_writel         97 arch/c6x/platforms/timer64.c 	soc_writel(0, &timer->prdlo);
soc_writel        101 arch/c6x/platforms/timer64.c 	soc_writel(val & ~(TCR_CLKSRCLO | TCR_PWIDLO_MASK), &timer->tcr);
soc_writel        105 arch/c6x/platforms/timer64.c 	soc_writel(val, &timer->tgcr);
soc_writel        106 arch/c6x/platforms/timer64.c 	soc_writel(val | (TGCR_TIMLORS | TGCR_TIMMODE_UD32), &timer->tgcr);
soc_writel        112 arch/c6x/platforms/timer64.c 	soc_writel(soc_readl(&timer->tcr) & ~TCR_ENAMODELO_MASK, &timer->tcr);
soc_writel        113 arch/c6x/platforms/timer64.c 	soc_writel(0, &timer->prdlo);