Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dspi.h66 #define SPI_TX_SWAP_EN (1 << 0) macro
/openbmc/u-boot/drivers/spi/
H A Dexynos_spi.c78 setbits_le32(&regs->swap_cfg, SPI_TX_SWAP_EN | SPI_RX_SWAP_EN | in spi_request_bytes()