Home | History | Annotate | Download | only in spi

Lines Matching defs:tx

90 	unsigned int tx;		/* 0x38, 0x4C, 0x60, 0x74 */
154 /* wait till TX register is empty (TXS == 1) */
165 unsigned int *tx = &priv->regs->channel[priv->cs].tx;
167 writel(((u32 *)txp)[i], tx);
169 writel(((u16 *)txp)[i], tx);
171 writel(((u8 *)txp)[i], tx);
208 writel(0, &priv->regs->channel[priv->cs].tx);
264 /* Write: wait for TX empty (TXS == 1)*/
275 unsigned int *tx = &priv->regs->channel[priv->cs].tx;
277 writel(((u32 *)txp)[i], tx);
279 writel(((u16 *)txp)[i], tx);
281 writel(((u8 *)txp)[i], tx);