Searched refs:SPI_CMD1_CS_SW_VAL (Results 1 – 1 of 1) sorted by relevance
31 #define SPI_CMD1_CS_SW_VAL BIT(20) macro168 (priv->mode << SPI_CMD1_MODE_SHIFT) | SPI_CMD1_CS_SW_VAL); in tegra114_spi_probe()195 clrbits_le32(&priv->regs->command1, SPI_CMD1_CS_SW_VAL); in spi_cs_activate()210 setbits_le32(&priv->regs->command1, SPI_CMD1_CS_SW_VAL); in spi_cs_deactivate()247 clrsetbits_le32(®s->command1, SPI_CMD1_CS_SW_VAL, in tegra114_spi_xfer()