max_bits_per_word 64 drivers/spi/spi-fsl-lib.h u8 max_bits_per_word; max_bits_per_word 581 drivers/spi/spi-fsl-spi.c mpc8xxx_spi->max_bits_per_word = mbits + 1; max_bits_per_word 618 drivers/spi/spi-fsl-spi.c mpc8xxx_spi->max_bits_per_word = 32; max_bits_per_word 636 drivers/spi/spi-fsl-spi.c SPI_BPW_RANGE_MASK(1, mpc8xxx_spi->max_bits_per_word); max_bits_per_word 663 drivers/spi/spi-fsl-spi.c if (mpc8xxx_spi->max_bits_per_word < 8) { max_bits_per_word 665 drivers/spi/spi-fsl-spi.c regval |= SPMODE_LEN(mpc8xxx_spi->max_bits_per_word - 1); max_bits_per_word 296 drivers/spi/spi-sifive.c u32 cs_bits, max_bits_per_word; max_bits_per_word 337 drivers/spi/spi-sifive.c &max_bits_per_word); max_bits_per_word 339 drivers/spi/spi-sifive.c if (!ret && max_bits_per_word < 8) {