Searched refs:OMAP2_MCSPI_CHCONF_FORCE (Results 1 – 1 of 1) sorted by relevance
77 #define OMAP2_MCSPI_CHCONF_FORCE BIT(20) macro265 l &= ~OMAP2_MCSPI_CHCONF_FORCE; in omap2_mcspi_set_cs()268 l &= ~OMAP2_MCSPI_CHCONF_FORCE; in omap2_mcspi_set_cs()270 l |= OMAP2_MCSPI_CHCONF_FORCE; in omap2_mcspi_set_cs()991 mcspi_write_chconf0(spi, l | OMAP2_MCSPI_CHCONF_FORCE); in omap2_mcspi_setup_transfer()1323 if ((cs->chconf0 & OMAP2_MCSPI_CHCONF_FORCE)) { in omap2_mcspi_prepare_message()1324 cs->chconf0 &= ~OMAP2_MCSPI_CHCONF_FORCE; in omap2_mcspi_prepare_message()1422 if ((cs->chconf0 & OMAP2_MCSPI_CHCONF_FORCE) == 0) { in omap_mcspi_runtime_resume()1423 cs->chconf0 |= OMAP2_MCSPI_CHCONF_FORCE; in omap_mcspi_runtime_resume()1426 cs->chconf0 &= ~OMAP2_MCSPI_CHCONF_FORCE; in omap_mcspi_runtime_resume()