sccr               32 arch/powerpc/boot/pq2.c 	u32 sccr, scmr, mainclk, busclk;
sccr               41 arch/powerpc/boot/pq2.c 	sccr = in_be32(&immr[PQ2_SCCR]);
sccr               44 arch/powerpc/boot/pq2.c 	dfbrg = sccr & 3;
sccr               80 arch/powerpc/platforms/83xx/suspend.c 	u32 sccr;
sccr               96 arch/powerpc/platforms/83xx/suspend.c 	u32 sccr;
sccr              164 arch/powerpc/platforms/83xx/suspend.c 	out_be32(&clock_regs->sccr, saved_regs.sccr);
sccr              171 arch/powerpc/platforms/83xx/suspend.c 	saved_regs.sccr = in_be32(&clock_regs->sccr);
sccr               25 arch/powerpc/platforms/83xx/usb.c 	unsigned long sccr, sicrl, sicrh;
sccr               37 arch/powerpc/platforms/83xx/usb.c 	sccr = in_be32(immap + MPC83XX_SCCR_OFFS) & ~MPC83XX_SCCR_USB_MASK;
sccr               43 arch/powerpc/platforms/83xx/usb.c 		sccr |= MPC83XX_SCCR_USB_DRCM_11;  /* 1:3 */
sccr               69 arch/powerpc/platforms/83xx/usb.c 		sccr |= MPC83XX_SCCR_USB_MPHCM_11; /* 1:3 */
sccr               89 arch/powerpc/platforms/83xx/usb.c 	out_be32(immap + MPC83XX_SCCR_OFFS, sccr);
sccr               58 sound/soc/fsl/imx-ssi.c 	u32 sccr;
sccr               60 sound/soc/fsl/imx-ssi.c 	sccr = readl(ssi->base + SSI_STCCR);
sccr               61 sound/soc/fsl/imx-ssi.c 	sccr &= ~SSI_STCCR_DC_MASK;
sccr               62 sound/soc/fsl/imx-ssi.c 	sccr |= SSI_STCCR_DC(slots - 1);
sccr               63 sound/soc/fsl/imx-ssi.c 	writel(sccr, ssi->base + SSI_STCCR);
sccr               65 sound/soc/fsl/imx-ssi.c 	sccr = readl(ssi->base + SSI_SRCCR);
sccr               66 sound/soc/fsl/imx-ssi.c 	sccr &= ~SSI_STCCR_DC_MASK;
sccr               67 sound/soc/fsl/imx-ssi.c 	sccr |= SSI_STCCR_DC(slots - 1);
sccr               68 sound/soc/fsl/imx-ssi.c 	writel(sccr, ssi->base + SSI_SRCCR);
sccr              237 sound/soc/fsl/imx-ssi.c 	u32 reg, sccr;
sccr              248 sound/soc/fsl/imx-ssi.c 	sccr = readl(ssi->base + reg) & ~SSI_STCCR_WL_MASK;
sccr              253 sound/soc/fsl/imx-ssi.c 		sccr |= SSI_SRCCR_WL(16);
sccr              256 sound/soc/fsl/imx-ssi.c 		sccr |= SSI_SRCCR_WL(20);
sccr              259 sound/soc/fsl/imx-ssi.c 		sccr |= SSI_SRCCR_WL(24);
sccr              263 sound/soc/fsl/imx-ssi.c 	writel(sccr, ssi->base + reg);