Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dspi.h48 #define SPI_SLAVE_SIG_INACT (1 << 0) macro
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c138 clrbits_le32(&regs->cs_reg, SPI_SLAVE_SIG_INACT); /* CS low */ in exynos_spi_copy()
158 setbits_le32(&regs->cs_reg, SPI_SLAVE_SIG_INACT);/* make the CS high */ in exynos_spi_copy()
/openbmc/u-boot/drivers/spi/
H A Dexynos_spi.c225 clrbits_le32(&priv->regs->cs_reg, SPI_SLAVE_SIG_INACT); in spi_cs_activate()
242 setbits_le32(&priv->regs->cs_reg, SPI_SLAVE_SIG_INACT); in spi_cs_deactivate()
/openbmc/u-boot/doc/driver-model/
H A Dspi-howto.txt521 clrbits_le32(&spi_slave->regs->cs_reg, SPI_SLAVE_SIG_INACT);
543 clrbits_le32(&priv->regs->cs_reg, SPI_SLAVE_SIG_INACT);