xcr2              216 sound/soc/ti/omap-mcbsp-priv.h 	u16 xcr2;
xcr2              188 sound/soc/ti/omap-mcbsp.c 	MCBSP_WRITE(mcbsp, XCR2, config->xcr2);
xcr2             1004 sound/soc/ti/omap-mcbsp.c 	regs->xcr2	&= ~(RPHASE | XFRLEN2(0x7f) | XWDLEN2(7));
xcr2             1013 sound/soc/ti/omap-mcbsp.c 		regs->xcr2	|= XPHASE;
xcr2             1017 sound/soc/ti/omap-mcbsp.c 		regs->xcr2	|= XFRLEN2(wpf - 1);
xcr2             1028 sound/soc/ti/omap-mcbsp.c 		regs->xcr2	|= XWDLEN2(OMAP_MCBSP_WORD_16);
xcr2             1035 sound/soc/ti/omap-mcbsp.c 		regs->xcr2	|= XWDLEN2(OMAP_MCBSP_WORD_32);
xcr2             1103 sound/soc/ti/omap-mcbsp.c 		regs->xcr2	|= XFIG;
xcr2             1116 sound/soc/ti/omap-mcbsp.c 		regs->xcr2	|= XDATDLY(1);
xcr2             1121 sound/soc/ti/omap-mcbsp.c 		regs->xcr2	|= XDATDLY(0);
xcr2             1129 sound/soc/ti/omap-mcbsp.c 		regs->xcr2      |= XDATDLY(1);
xcr2             1136 sound/soc/ti/omap-mcbsp.c 		regs->xcr2      |= XDATDLY(0);