Home
last modified time | relevance | path

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

/u-boot/drivers/spi/
A Dbcmstb_spi.c91 uint tx_slot; member
172 priv->tx_slot = 0; in bcmstb_spi_probe()
209 debug("WR ENDQP: %d\n", priv->tx_slot - 1); in bcmstb_spi_submit()
210 writel(priv->tx_slot - 1, &priv->regs->endqp); in bcmstb_spi_submit()
216 &priv->regs->cdram[priv->tx_slot - 1]); in bcmstb_spi_submit()
305 priv->tx_slot = 0; in bcmstb_spi_xfer()
350 priv->rx_slot = priv->tx_slot; in bcmstb_spi_xfer()
357 &regs->txram[priv->tx_slot << 1]); in bcmstb_spi_xfer()
359 writel(0x8e, &regs->cdram[priv->tx_slot]); in bcmstb_spi_xfer()
360 priv->tx_slot++; in bcmstb_spi_xfer()
[all …]
/u-boot/drivers/net/
A Dsun8i_emac.c172 u32 tx_slot; member

Completed in 6 milliseconds