Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dspi.h39 #define SPI_CH_CPHA_B (1 << 2) 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()
392 reg |= SPI_CH_CPHA_B; in exynos_spi_set_mode()
/openbmc/u-boot/doc/driver-model/
H A Dspi-howto.txt375 reg &= ~(SPI_CH_CPHA_B | SPI_CH_CPOL_L);
378 reg |= SPI_CH_CPHA_B;
426 reg &= ~(SPI_CH_CPHA_B | SPI_CH_CPOL_L);
429 reg |= SPI_CH_CPHA_B;