Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi-omap2-mcspi.c142 u32 chconf0, chctrl0; member
179 return cs->chconf0; in mcspi_cached_chconf0()
186 cs->chconf0 = val; in mcspi_write_chconf0()
1039 cs->chconf0 = 0; in omap2_mcspi_setup()
1291 if ((cs->chconf0 & OMAP2_MCSPI_CHCONF_FORCE)) { in omap2_mcspi_prepare_message()
1292 cs->chconf0 &= ~OMAP2_MCSPI_CHCONF_FORCE; in omap2_mcspi_prepare_message()
1293 writel_relaxed(cs->chconf0, in omap2_mcspi_prepare_message()
1363 if ((cs->chconf0 & OMAP2_MCSPI_CHCONF_FORCE) == 0) { in omap_mcspi_runtime_resume()
1364 cs->chconf0 |= OMAP2_MCSPI_CHCONF_FORCE; in omap_mcspi_runtime_resume()
1365 writel_relaxed(cs->chconf0, in omap_mcspi_runtime_resume()
[all …]