Home
last modified time | relevance | path

Searched refs:SPI_CMD1_CS_SW_VAL (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dtegra114_spi.c28 #define SPI_CMD1_CS_SW_VAL BIT(20) macro
165 (priv->mode << SPI_CMD1_MODE_SHIFT) | SPI_CMD1_CS_SW_VAL); in tegra114_spi_probe()
192 clrbits_le32(&priv->regs->command1, SPI_CMD1_CS_SW_VAL); in spi_cs_activate()
207 setbits_le32(&priv->regs->command1, SPI_CMD1_CS_SW_VAL); in spi_cs_deactivate()
244 clrsetbits_le32(&regs->command1, SPI_CMD1_CS_SW_VAL, in tegra114_spi_xfer()