MSP_GCR           206 sound/soc/ux500/ux500_msp_i2s.c 	temp_reg = readl(msp->registers + MSP_GCR) & ~TX_CLK_POL_RISING;
MSP_GCR           208 sound/soc/ux500/ux500_msp_i2s.c 	writel(temp_reg, msp->registers + MSP_GCR);
MSP_GCR           209 sound/soc/ux500/ux500_msp_i2s.c 	temp_reg = readl(msp->registers + MSP_GCR) & ~RX_CLK_POL_RISING;
MSP_GCR           211 sound/soc/ux500/ux500_msp_i2s.c 	writel(temp_reg, msp->registers + MSP_GCR);
MSP_GCR           225 sound/soc/ux500/ux500_msp_i2s.c 	reg_val_GCR = readl(msp->registers + MSP_GCR);
MSP_GCR           226 sound/soc/ux500/ux500_msp_i2s.c 	writel(reg_val_GCR & ~SRG_ENABLE, msp->registers + MSP_GCR);
MSP_GCR           264 sound/soc/ux500/ux500_msp_i2s.c 	reg_val_GCR = readl(msp->registers + MSP_GCR);
MSP_GCR           265 sound/soc/ux500/ux500_msp_i2s.c 	writel(reg_val_GCR | SRG_ENABLE, msp->registers + MSP_GCR);
MSP_GCR           390 sound/soc/ux500/ux500_msp_i2s.c 	reg_val_GCR = readl(msp->registers + MSP_GCR);
MSP_GCR           391 sound/soc/ux500/ux500_msp_i2s.c 	writel(reg_val_GCR | FRAME_GEN_ENABLE, msp->registers + MSP_GCR);
MSP_GCR           401 sound/soc/ux500/ux500_msp_i2s.c 	reg_val_GCR = readl(msp->registers + MSP_GCR);
MSP_GCR           402 sound/soc/ux500/ux500_msp_i2s.c 	writel(reg_val_GCR | RX_ENABLE, msp->registers + MSP_GCR);
MSP_GCR           410 sound/soc/ux500/ux500_msp_i2s.c 	writel(reg_val_GCR, msp->registers + MSP_GCR);
MSP_GCR           418 sound/soc/ux500/ux500_msp_i2s.c 	reg_val_GCR = readl(msp->registers + MSP_GCR);
MSP_GCR           419 sound/soc/ux500/ux500_msp_i2s.c 	writel(reg_val_GCR | TX_ENABLE, msp->registers + MSP_GCR);
MSP_GCR           428 sound/soc/ux500/ux500_msp_i2s.c 	writel(reg_val_GCR, msp->registers + MSP_GCR);
MSP_GCR           479 sound/soc/ux500/ux500_msp_i2s.c 	old_reg = readl(msp->registers + MSP_GCR);
MSP_GCR           482 sound/soc/ux500/ux500_msp_i2s.c 	writel(new_reg, msp->registers + MSP_GCR);
MSP_GCR           505 sound/soc/ux500/ux500_msp_i2s.c 	reg_val_GCR = readl(msp->registers + MSP_GCR);
MSP_GCR           506 sound/soc/ux500/ux500_msp_i2s.c 	writel(reg_val_GCR & ~RX_ENABLE, msp->registers + MSP_GCR);
MSP_GCR           521 sound/soc/ux500/ux500_msp_i2s.c 	reg_val_GCR = readl(msp->registers + MSP_GCR);
MSP_GCR           522 sound/soc/ux500/ux500_msp_i2s.c 	writel(reg_val_GCR & ~TX_ENABLE, msp->registers + MSP_GCR);
MSP_GCR           539 sound/soc/ux500/ux500_msp_i2s.c 	reg_val_GCR = readl(msp->registers + MSP_GCR);
MSP_GCR           543 sound/soc/ux500/ux500_msp_i2s.c 		reg_val_GCR = readl(msp->registers + MSP_GCR);
MSP_GCR           545 sound/soc/ux500/ux500_msp_i2s.c 				msp->registers + MSP_GCR);
MSP_GCR           551 sound/soc/ux500/ux500_msp_i2s.c 		writel((readl(msp->registers + MSP_GCR) &
MSP_GCR           552 sound/soc/ux500/ux500_msp_i2s.c 			       (~TX_ENABLE)), msp->registers + MSP_GCR);
MSP_GCR           558 sound/soc/ux500/ux500_msp_i2s.c 		writel((readl(msp->registers + MSP_GCR) &
MSP_GCR           560 sound/soc/ux500/ux500_msp_i2s.c 				msp->registers + MSP_GCR);
MSP_GCR           590 sound/soc/ux500/ux500_msp_i2s.c 		reg_val_GCR = readl(msp->registers + MSP_GCR);
MSP_GCR           591 sound/soc/ux500/ux500_msp_i2s.c 		writel(reg_val_GCR | enable_bit, msp->registers + MSP_GCR);
MSP_GCR           619 sound/soc/ux500/ux500_msp_i2s.c 		writel((readl(msp->registers + MSP_GCR) &
MSP_GCR           621 sound/soc/ux500/ux500_msp_i2s.c 			      msp->registers + MSP_GCR);
MSP_GCR           623 sound/soc/ux500/ux500_msp_i2s.c 		writel(0, msp->registers + MSP_GCR);