Home
last modified time | relevance | path

Searched refs:tx_slot (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/spi/
H A Dbcmstb_spi.c90 uint tx_slot; member
171 priv->tx_slot = 0; in bcmstb_spi_probe()
208 debug("WR ENDQP: %d\n", priv->tx_slot - 1); in bcmstb_spi_submit()
209 writel(priv->tx_slot - 1, &priv->regs->endqp); in bcmstb_spi_submit()
212 debug("WR CDRAM[%d]: %02x\n", priv->tx_slot - 1, in bcmstb_spi_submit()
213 readl(&priv->regs->cdram[priv->tx_slot - 1]) & ~0x80); in bcmstb_spi_submit()
214 writel(readl(&priv->regs->cdram[priv->tx_slot - 1]) & ~0x80, in bcmstb_spi_submit()
215 &priv->regs->cdram[priv->tx_slot - 1]); in bcmstb_spi_submit()
304 priv->tx_slot = 0; in bcmstb_spi_xfer()
349 priv->rx_slot = priv->tx_slot; in bcmstb_spi_xfer()
[all …]
/rk3399_rockchip-uboot/drivers/net/
H A Dsun8i_emac.c126 u32 tx_slot; member