Home
last modified time | relevance | path

Searched refs:SPI_BPW_RANGE_MASK (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/drivers/spi/
Dspi-xtensa-xtfpga.c95 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in xtfpga_spi_probe()
Dspi-clps711x.c130 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 8); in spi_clps711x_probe()
Dspi-altera.c187 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in altera_spi_probe()
Dspi-ath79.c228 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in ath79_spi_probe()
Dspi-gpio.c410 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in spi_gpio_probe()
Dspi-omap-uwire.c489 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in uwire_probe()
Dspi-fsl-spi.c644 (SPI_BPW_RANGE_MASK(4, 16) | SPI_BPW_MASK(32)) & in fsl_spi_probe()
645 SPI_BPW_RANGE_MASK(1, mpc8xxx_spi->max_bits_per_word); in fsl_spi_probe()
Dspi-omap-100k.c378 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in omap1_spi100k_probe()
Dspi-pxa2xx.c1581 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in pxa2xx_spi_probe()
1584 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in pxa2xx_spi_probe()
1593 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in pxa2xx_spi_probe()
Dspi-fsl-lpspi.c424 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 32); in fsl_lpspi_probe()
Dspi-efm32.c348 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in efm32_spi_probe()
Dspi-uniphier.c471 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in uniphier_spi_probe()
Dspi-fsl-dspi.c1039 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in dspi_probe()
1041 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in dspi_probe()
Dspi-coldfire-qspi.c416 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 16); in mcfqspi_probe()
Dspi-pic32-sqi.c664 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 32); in pic32_sqi_probe()
Dspi-ep93xx.c671 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in ep93xx_spi_probe()
Dspi-fsl-espi.c681 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in fsl_espi_probe()
Dspi-au1550.c747 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 24); in au1550_spi_probe()
Dspi-lantiq-ssc.c916 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 8) | in lantiq_ssc_probe()
Dspi-davinci.c977 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 16); in davinci_spi_probe()
Dspi-qup.c1036 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in spi_qup_probe()
Dspi-stm32.c243 return SPI_BPW_RANGE_MASK(4, max_bpw); in stm32_spi_get_bpw_mask()
Dspi-omap2-mcspi.c1361 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in omap2_mcspi_probe()
Dspi-sh-msiof.c1391 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 32); in sh_msiof_spi_probe()
/Linux-v4.19/include/linux/spi/
Dspi.h437 #define SPI_BPW_RANGE_MASK(min, max) (SPI_BIT_MASK(max) - SPI_BIT_MASK(min - 1)) macro

12