Searched refs:SPMODE_LEN (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-fsl-spi.h47 #define SPMODE_LEN(x) ((x) << 20) macro
62 SPMODE_MS | SPMODE_LEN(7) | SPMODE_PM(0xf))
H A Dspi-fsl-spi.c262 cs->hw_mode &= ~(SPMODE_LEN(0xF) | SPMODE_DIV16 fsl_spi_setup_transfer()
265 cs->hw_mode |= SPMODE_LEN(bits_per_word); fsl_spi_setup_transfer()
674 regval &= ~SPMODE_LEN(0xF); fsl_spi_probe()
675 regval |= SPMODE_LEN(mpc8xxx_spi->max_bits_per_word - 1); fsl_spi_probe()

Completed in 73 milliseconds