Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dtegra20_sflash.c31 #define SPI_CMD_CS_VAL BIT(13) macro
185 setbits_le32(&priv->regs->command, SPI_CMD_CS_VAL); in spi_cs_activate()
195 clrbits_le32(&priv->regs->command, SPI_CMD_CS_VAL); in spi_cs_deactivate()