Lines Matching refs:chconf0
151 u32 chconf0, chctrl0; member
188 return cs->chconf0; in mcspi_cached_chconf0()
195 cs->chconf0 = val; in mcspi_write_chconf0()
367 writel_relaxed(cs->chconf0, cs->base + OMAP2_MCSPI_CHCONF0); in omap2_mcspi_restore_ctx()
1022 cs->chconf0 = 0; in omap2_mcspi_setup()
1237 if ((cs->chconf0 & OMAP2_MCSPI_CHCONF_FORCE)) { in omap2_mcspi_prepare_message()
1238 cs->chconf0 &= ~OMAP2_MCSPI_CHCONF_FORCE; in omap2_mcspi_prepare_message()
1239 writel_relaxed(cs->chconf0, in omap2_mcspi_prepare_message()
1527 if ((cs->chconf0 & OMAP2_MCSPI_CHCONF_FORCE) == 0) { in omap2_mcspi_resume()
1532 cs->chconf0 |= OMAP2_MCSPI_CHCONF_FORCE; in omap2_mcspi_resume()
1533 writel_relaxed(cs->chconf0, cs->base + OMAP2_MCSPI_CHCONF0); in omap2_mcspi_resume()
1534 cs->chconf0 &= ~OMAP2_MCSPI_CHCONF_FORCE; in omap2_mcspi_resume()
1535 writel_relaxed(cs->chconf0, cs->base + OMAP2_MCSPI_CHCONF0); in omap2_mcspi_resume()