Searched refs:dspi_pushr (Results 1 – 1 of 1) sorted by relevance
222 u32 dspi_pushr = 0; in dspi_transfer_write() local250 dspi_pushr = SPI_PUSHR_TXDATA(d16) | in dspi_transfer_write()265 dspi_pushr = SPI_PUSHR_TXDATA(d8) | in dspi_transfer_write()275 dspi_pushr |= SPI_PUSHR_EOQ; in dspi_transfer_write()277 dspi_pushr &= ~SPI_PUSHR_CONT; in dspi_transfer_write()279 dspi_pushr |= SPI_PUSHR_EOQ; in dspi_transfer_write()283 dspi_pushr |= SPI_PUSHR_CTCNT; /* clear counter */ in dspi_transfer_write()286 regmap_write(dspi->regmap, SPI_PUSHR, dspi_pushr); in dspi_transfer_write()