mcbsp_word_length  382 sound/soc/ti/davinci-i2s.c 	int mcbsp_word_length, master;
mcbsp_word_length  400 sound/soc/ti/davinci-i2s.c 	mcbsp_word_length = asp_word_length[fmt];
mcbsp_word_length  407 sound/soc/ti/davinci-i2s.c 		srgr |= DAVINCI_MCBSP_SRGR_FWID(mcbsp_word_length *
mcbsp_word_length  421 sound/soc/ti/davinci-i2s.c 			clk_div = freq / (mcbsp_word_length * 16) /
mcbsp_word_length  423 sound/soc/ti/davinci-i2s.c 			srgr |= DAVINCI_MCBSP_SRGR_FPER(mcbsp_word_length *
mcbsp_word_length  432 sound/soc/ti/davinci-i2s.c 		srgr |= DAVINCI_MCBSP_SRGR_FWID(mcbsp_word_length * 8 - 1);
mcbsp_word_length  433 sound/soc/ti/davinci-i2s.c 		srgr |= DAVINCI_MCBSP_SRGR_FPER(mcbsp_word_length * 16 - 1);
mcbsp_word_length  492 sound/soc/ti/davinci-i2s.c 	mcbsp_word_length = asp_word_length[fmt];
mcbsp_word_length  509 sound/soc/ti/davinci-i2s.c 	rcr |= DAVINCI_MCBSP_RCR_RWDLEN1(mcbsp_word_length) |
mcbsp_word_length  510 sound/soc/ti/davinci-i2s.c 		DAVINCI_MCBSP_RCR_RWDLEN2(mcbsp_word_length);
mcbsp_word_length  511 sound/soc/ti/davinci-i2s.c 	xcr |= DAVINCI_MCBSP_XCR_XWDLEN1(mcbsp_word_length) |
mcbsp_word_length  512 sound/soc/ti/davinci-i2s.c 		DAVINCI_MCBSP_XCR_XWDLEN2(mcbsp_word_length);