Home
last modified time | relevance | path

Searched refs:rx_word_length (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/plat-omap/
Dmcbsp.c946 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() local
1191 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() local
1262 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()
/linux-2.6.39/arch/arm/plat-omap/include/plat/
Dmcbsp.h425 omap_mcbsp_word_length rx_word_length; member