Searched refs:OMAP2_MCSPI_CHCONF_FORCE (Results 1 – 1 of 1) sorted by relevance
75 #define OMAP2_MCSPI_CHCONF_FORCE BIT(20) macro260 l &= ~OMAP2_MCSPI_CHCONF_FORCE; in omap2_mcspi_set_cs()262 l |= OMAP2_MCSPI_CHCONF_FORCE; in omap2_mcspi_set_cs()1278 if ((cs->chconf0 & OMAP2_MCSPI_CHCONF_FORCE)) { in omap2_mcspi_prepare_message()1279 cs->chconf0 &= ~OMAP2_MCSPI_CHCONF_FORCE; in omap2_mcspi_prepare_message()1378 if ((cs->chconf0 & OMAP2_MCSPI_CHCONF_FORCE) == 0) { in omap_mcspi_runtime_resume()1379 cs->chconf0 |= OMAP2_MCSPI_CHCONF_FORCE; in omap_mcspi_runtime_resume()1382 cs->chconf0 &= ~OMAP2_MCSPI_CHCONF_FORCE; in omap_mcspi_runtime_resume()