Searched refs:chconf (Results 1 - 2 of 2) sorted by path

/u-boot/drivers/spi/
H A Domap3_spi.c47 writel(val, &priv->regs->channel[priv->cs].chconf);
49 readl(&priv->regs->channel[priv->cs].chconf);
63 int i, chconf; local
65 chconf = readl(&priv->regs->channel[priv->cs].chconf);
70 chconf &= ~(OMAP3_MCSPI_CHCONF_TRM_MASK | OMAP3_MCSPI_CHCONF_WL_MASK);
71 chconf |= (priv->wordlen - 1) << 7;
72 chconf |= OMAP3_MCSPI_CHCONF_TRM_TX_ONLY;
73 chconf |= OMAP3_MCSPI_CHCONF_FORCE;
74 omap3_spi_write_chconf(priv, chconf);
117 int i, chconf; local
172 int chconf, i = 0; local
254 int chconf = readl(&priv->regs->channel[priv->cs].chconf); local
[all...]
/u-boot/include/
H A Domap3_spi.h53 unsigned int chconf; /* 0x2C, 0x40, 0x54, 0x68 */ member in struct:mcspi_channel

Completed in 79 milliseconds