Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-fsl-spi.h39 #define SPMODE_DIV16 (1 << 27) macro
57 #define SPMODE_INIT_VAL (SPMODE_CI_INACTIVEHIGH | SPMODE_DIV16 | SPMODE_REV | \
H A Dspi-fsl-spi.c209 cs->hw_mode &= ~(SPMODE_LEN(0xF) | SPMODE_DIV16 in fsl_spi_setup_transfer()
215 cs->hw_mode |= SPMODE_DIV16; in fsl_spi_setup_transfer()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h578 #define SPMODE_DIV16 ((ushort)0x0800) /* BRG/16 mode */ macro
H A Dcpm_85xx.h656 #define SPMODE_DIV16 ((ushort)0x0800) /* BRG/16 mode */ macro