Searched refs:cs_high (Results 1 – 2 of 2) sorted by relevance
243 const struct stm32_spi_reg cs_high; member395 .cs_high = {},414 .cs_high = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_SSIOP },434 .cs_high = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_SSIOP },1208 setb |= spi->cfg->regs->cs_high.mask; in stm32_spi_prepare_msg()1210 clrb |= spi->cfg->regs->cs_high.mask; in stm32_spi_prepare_msg()
93 bool cs_high = !!(spi->mode & SPI_CS_HIGH); in dw_spi_set_cs() local102 if (cs_high == enable) in dw_spi_set_cs()