Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dspi.h38 #define SPI_CH_CPOL_L (1 << 3) macro
/openbmc/u-boot/drivers/spi/
H A Dexynos_spi.c389 reg &= ~(SPI_CH_CPHA_B | SPI_CH_CPOL_L); in exynos_spi_set_mode()
395 reg |= SPI_CH_CPOL_L; in exynos_spi_set_mode()
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c123 clrbits_le32(&regs->ch_cfg, SPI_CH_CPOL_L); /* CPOL: active high */ in exynos_spi_copy()
/openbmc/u-boot/doc/driver-model/
H A Dspi-howto.txt375 reg &= ~(SPI_CH_CPHA_B | SPI_CH_CPOL_L);
381 reg |= SPI_CH_CPOL_L;
426 reg &= ~(SPI_CH_CPHA_B | SPI_CH_CPOL_L);
432 reg |= SPI_CH_CPOL_L;