Home
last modified time | relevance | path

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

/external/u-boot/drivers/spi/
Domap3_spi.c69 #define OMAP3_MCSPI_CHCONF_FORCE BIT(20) macro
150 chconf |= OMAP3_MCSPI_CHCONF_FORCE; in omap3_spi_write()
185 chconf &= ~OMAP3_MCSPI_CHCONF_FORCE; in omap3_spi_write()
205 chconf |= OMAP3_MCSPI_CHCONF_FORCE; in omap3_spi_read()
237 chconf &= ~OMAP3_MCSPI_CHCONF_FORCE; in omap3_spi_read()
259 chconf |= OMAP3_MCSPI_CHCONF_FORCE; in omap3_spi_txrx()
307 chconf &= ~OMAP3_MCSPI_CHCONF_FORCE; in omap3_spi_txrx()
335 chconf |= OMAP3_MCSPI_CHCONF_FORCE; in _spi_xfer()
339 chconf &= ~OMAP3_MCSPI_CHCONF_FORCE; in _spi_xfer()