Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dtegra114_spi.c31 #define SPI_CMD1_CS_SW_VAL BIT(20) macro
168 (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(&regs->command1, SPI_CMD1_CS_SW_VAL, in tegra114_spi_xfer()