Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-omap2-mcspi.c148 u32 chconf0, chctrl0; member
185 return cs->chconf0; in mcspi_cached_chconf0()
192 cs->chconf0 = val; in mcspi_write_chconf0()
1021 cs->chconf0 = 0; in omap2_mcspi_setup()
1243 if ((cs->chconf0 & OMAP2_MCSPI_CHCONF_FORCE)) { in omap2_mcspi_prepare_message()
1244 cs->chconf0 &= ~OMAP2_MCSPI_CHCONF_FORCE; in omap2_mcspi_prepare_message()
1245 writel_relaxed(cs->chconf0, in omap2_mcspi_prepare_message()
1305 if ((cs->chconf0 & OMAP2_MCSPI_CHCONF_FORCE) == 0) { in omap_mcspi_runtime_resume()
1306 cs->chconf0 |= OMAP2_MCSPI_CHCONF_FORCE; in omap_mcspi_runtime_resume()
1307 writel_relaxed(cs->chconf0, in omap_mcspi_runtime_resume()
[all …]