Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dtegra20_sflash.c32 #define SPI_CMD_CS_VAL BIT(13) macro
186 setbits_le32(&priv->regs->command, SPI_CMD_CS_VAL); in spi_cs_activate()
196 clrbits_le32(&priv->regs->command, SPI_CMD_CS_VAL); in spi_cs_deactivate()