Lines Matching refs:chconf
305 u32 chconf, xferlevel; in omap2_mcspi_set_fifo() local
309 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() local
1140 chconf = mcspi->ctx.modulctrl; in omap2_mcspi_work_one()
1141 chconf &= ~OMAP2_MCSPI_MODULCTRL_SINGLE; in omap2_mcspi_work_one()
1142 mcspi_write_reg(master, OMAP2_MCSPI_MODULCTRL, chconf); in omap2_mcspi_work_one()
1147 chconf = mcspi_cached_chconf0(spi); in omap2_mcspi_work_one()
1148 chconf &= ~OMAP2_MCSPI_CHCONF_TRM_MASK; in omap2_mcspi_work_one()
1149 chconf &= ~OMAP2_MCSPI_CHCONF_TURBO; in omap2_mcspi_work_one()
1152 chconf |= OMAP2_MCSPI_CHCONF_TRM_RX_ONLY; in omap2_mcspi_work_one()
1154 chconf |= OMAP2_MCSPI_CHCONF_TRM_TX_ONLY; in omap2_mcspi_work_one()
1159 chconf |= OMAP2_MCSPI_CHCONF_TURBO; in omap2_mcspi_work_one()
1162 mcspi_write_chconf0(spi, chconf); in omap2_mcspi_work_one()
1203 chconf = mcspi->ctx.modulctrl; in omap2_mcspi_work_one()
1204 chconf |= OMAP2_MCSPI_MODULCTRL_SINGLE; in omap2_mcspi_work_one()
1205 mcspi_write_reg(master, OMAP2_MCSPI_MODULCTRL, chconf); in omap2_mcspi_work_one()