Searched refs:chconf (Results 1 – 1 of 1) sorted by relevance
88 unsigned int chconf; /* 0x2C, 0x40, 0x54, 0x68 */ member125 writel(val, &priv->regs->channel[priv->cs].chconf); in omap3_spi_write_chconf()127 readl(&priv->regs->channel[priv->cs].chconf); in omap3_spi_write_chconf()141 int i, chconf; in omap3_spi_write() local143 chconf = readl(&priv->regs->channel[priv->cs].chconf); in omap3_spi_write()148 chconf &= ~(OMAP3_MCSPI_CHCONF_TRM_MASK | OMAP3_MCSPI_CHCONF_WL_MASK); in omap3_spi_write()149 chconf |= (priv->wordlen - 1) << 7; in omap3_spi_write()150 chconf |= OMAP3_MCSPI_CHCONF_TRM_TX_ONLY; in omap3_spi_write()151 chconf |= OMAP3_MCSPI_CHCONF_FORCE; in omap3_spi_write()152 omap3_spi_write_chconf(priv, chconf); in omap3_spi_write()[all …]