Searched refs:chconf (Results 1 – 1 of 1) sorted by relevance
305 u32 chconf, xferlevel; in omap2_mcspi_set_fifo() local309 chconf = mcspi_cached_chconf0(spi); in omap2_mcspi_set_fifo()330 chconf |= OMAP2_MCSPI_CHCONF_FFER; in omap2_mcspi_set_fifo()334 chconf |= OMAP2_MCSPI_CHCONF_FFET; in omap2_mcspi_set_fifo()339 mcspi_write_chconf0(spi, chconf); in omap2_mcspi_set_fifo()347 chconf &= ~OMAP2_MCSPI_CHCONF_FFER; in omap2_mcspi_set_fifo()350 chconf &= ~OMAP2_MCSPI_CHCONF_FFET; in omap2_mcspi_set_fifo()352 mcspi_write_chconf0(spi, chconf); in omap2_mcspi_set_fifo()1106 u32 chconf; in omap2_mcspi_work_one() local1140 chconf = mcspi->ctx.modulctrl; in omap2_mcspi_work_one()[all …]