Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/spi/
H A Dspi-ingenic.c461 .bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 17),
470 .bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 32),
479 .bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 32),
488 .bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 32),
H A Dspi-xtensa-xtfpga.c91 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in xtfpga_spi_probe()
H A Dspi-altera-platform.c68 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in altera_spi_probe()
H A Dspi-fsl-spi.c576 (SPI_BPW_RANGE_MASK(4, 8) | SPI_BPW_MASK(16) | SPI_BPW_MASK(32)); in fsl_spi_probe()
579 (SPI_BPW_RANGE_MASK(4, 16) | SPI_BPW_MASK(32)); in fsl_spi_probe()
582 SPI_BPW_RANGE_MASK(1, mpc8xxx_spi->max_bits_per_word); in fsl_spi_probe()
H A Dspi-altera-dfl.c121 SPI_BPW_RANGE_MASK(1, FIELD_GET(DATA_WIDTH, v)); in config_spi_host()
H A Dspi-clps711x.c109 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 8); in spi_clps711x_probe()
H A Dspi-ath79.c187 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in ath79_spi_probe()
H A Dspi-dw-core.c919 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in dw_spi_add_host()
921 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in dw_spi_add_host()
H A Dspi-omap-uwire.c488 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in uwire_probe()
H A Dspi-pxa2xx.c1502 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in pxa2xx_spi_probe()
1505 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in pxa2xx_spi_probe()
1514 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in pxa2xx_spi_probe()
H A Dspi-gpio.c412 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in spi_gpio_probe()
H A Dspi-hisi-kunpeng.c494 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in hisi_spi_probe()
H A Dspi-coldfire-qspi.c404 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 16); in mcfqspi_probe()
H A Dspi-fsl-dspi.c1344 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in dspi_probe()
1346 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in dspi_probe()
H A Dspi-pic32-sqi.c653 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 32); in pic32_sqi_probe()
H A Dspi-ep93xx.c677 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in ep93xx_spi_probe()
H A Dspi-uniphier.c702 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in uniphier_spi_probe()
H A Dspi-fsl-espi.c680 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in fsl_espi_probe()
H A Dspi-au1550.c739 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 24); in au1550_spi_probe()
H A Dspi-fsl-lpspi.c936 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 32); in fsl_lpspi_probe()
H A Dspi-davinci.c931 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 16); in davinci_spi_probe()
H A Dspi-lantiq-ssc.c979 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 8) | in lantiq_ssc_probe()
H A Dspi-qup.c1047 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in spi_qup_probe()
/openbmc/linux/drivers/fpga/
H A Ddfl-n3000-nios.c432 SPI_BPW_RANGE_MASK(1, FIELD_GET(N3000_NS_PARAM_DATA_WIDTH, v)); in create_altera_spi_controller()
/openbmc/linux/include/linux/spi/
H A Dspi.h555 #define SPI_BPW_RANGE_MASK(min, max) GENMASK((max) - 1, (min) - 1) macro

12