Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dtegra210_qspi.c28 #define QSPI_CMD1_CS_SW_VAL BIT(20) macro
178 clrbits_le32(&priv->regs->command1, QSPI_CMD1_CS_SW_VAL); in spi_cs_activate()
193 setbits_le32(&priv->regs->command1, QSPI_CMD1_CS_SW_VAL); in spi_cs_deactivate()