Searched refs:chconf (Results 1 – 1 of 1) sorted by relevance
314 u32 chconf, xferlevel; in omap2_mcspi_set_fifo() local318 chconf = mcspi_cached_chconf0(spi); in omap2_mcspi_set_fifo()335 chconf |= OMAP2_MCSPI_CHCONF_FFER; in omap2_mcspi_set_fifo()340 chconf |= OMAP2_MCSPI_CHCONF_FFET; in omap2_mcspi_set_fifo()345 mcspi_write_chconf0(spi, chconf); in omap2_mcspi_set_fifo()353 chconf &= ~OMAP2_MCSPI_CHCONF_FFER; in omap2_mcspi_set_fifo()356 chconf &= ~OMAP2_MCSPI_CHCONF_FFET; in omap2_mcspi_set_fifo()358 mcspi_write_chconf0(spi, chconf); in omap2_mcspi_set_fifo()1158 u32 chconf; in omap2_mcspi_transfer_one() local1192 chconf = mcspi_cached_chconf0(spi); in omap2_mcspi_transfer_one()[all …]