Searched refs:conf32 (Results 1 – 1 of 1) sorted by relevance
603 u32 conf32; in rzv2h_rspi_prepare_message() local634 conf32 = RSPI_SPCR_MSTR; in rzv2h_rspi_prepare_message()637 conf32 |= RSPI_SPCR_SCKASE; in rzv2h_rspi_prepare_message()640 conf32 |= RSPI_SPCR_SPRIE; in rzv2h_rspi_prepare_message()643 conf32 |= RSPI_SPCR_SPTIE; in rzv2h_rspi_prepare_message()646 conf32 |= FIELD_PREP(RSPI_SPCR_BPEN, rspi->use_pclk); in rzv2h_rspi_prepare_message()648 writel(conf32, rspi->base + RSPI_SPCR); in rzv2h_rspi_prepare_message()658 conf32 = FIELD_PREP(RSPI_SPCMD_CPOL, !!(spi->mode & SPI_CPOL)); in rzv2h_rspi_prepare_message()659 conf32 |= FIELD_PREP(RSPI_SPCMD_CPHA, !!(spi->mode & SPI_CPHA)); in rzv2h_rspi_prepare_message()660 conf32 |= FIELD_PREP(RSPI_SPCMD_LSBF, !!(spi->mode & SPI_LSB_FIRST)); in rzv2h_rspi_prepare_message()[all …]