Searched refs:conf32 (Results 1 – 1 of 1) sorted by relevance
604 u32 conf32; in rzv2h_rspi_prepare_message() local635 conf32 = RSPI_SPCR_MSTR; in rzv2h_rspi_prepare_message()638 conf32 |= RSPI_SPCR_SCKASE; in rzv2h_rspi_prepare_message()641 conf32 |= RSPI_SPCR_SPRIE; in rzv2h_rspi_prepare_message()644 conf32 |= RSPI_SPCR_SPTIE; in rzv2h_rspi_prepare_message()647 conf32 |= FIELD_PREP(RSPI_SPCR_BPEN, rspi->use_pclk); in rzv2h_rspi_prepare_message()649 writel(conf32, rspi->base + RSPI_SPCR); in rzv2h_rspi_prepare_message()659 conf32 = FIELD_PREP(RSPI_SPCMD_CPOL, !!(spi->mode & SPI_CPOL)); in rzv2h_rspi_prepare_message()660 conf32 |= FIELD_PREP(RSPI_SPCMD_CPHA, !!(spi->mode & SPI_CPHA)); in rzv2h_rspi_prepare_message()661 conf32 |= FIELD_PREP(RSPI_SPCMD_LSBF, !!(spi->mode & SPI_LSB_FIRST)); in rzv2h_rspi_prepare_message()[all …]