Searched refs:tx_slot (Results 1 – 2 of 2) sorted by relevance
91 uint tx_slot; member172 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 ®s->txram[priv->tx_slot << 1]); in bcmstb_spi_xfer()359 writel(0x8e, ®s->cdram[priv->tx_slot]); in bcmstb_spi_xfer()360 priv->tx_slot++; in bcmstb_spi_xfer()[all …]
172 u32 tx_slot; member
Completed in 6 milliseconds