Searched refs:rx_word_length (Results 1 – 2 of 2) sorted by relevance
946 mcbsp->rx_word_length = (MCBSP_READ_CACHE(mcbsp, RCR1) >> 5) & 0x7; in omap_mcbsp_start()1166 word_length = mcbsp->rx_word_length; in omap_mcbsp_recv_word()1182 omap_mcbsp_word_length rx_word_length; in omap_mcbsp_spi_master_xmit_word_poll() local1191 rx_word_length = mcbsp->rx_word_length; in omap_mcbsp_spi_master_xmit_word_poll()1193 if (tx_word_length != rx_word_length) in omap_mcbsp_spi_master_xmit_word_poll()1238 if (rx_word_length > OMAP_MCBSP_WORD_16) in omap_mcbsp_spi_master_xmit_word_poll()1251 omap_mcbsp_word_length rx_word_length; in omap_mcbsp_spi_master_recv_word_poll() local1262 rx_word_length = mcbsp->rx_word_length; in omap_mcbsp_spi_master_recv_word_poll()1264 if (tx_word_length != rx_word_length) in omap_mcbsp_spi_master_recv_word_poll()1309 if (rx_word_length > OMAP_MCBSP_WORD_16) in omap_mcbsp_spi_master_recv_word_poll()
425 omap_mcbsp_word_length rx_word_length; member