Searched refs:SPI_BPW_RANGE_MASK (Results 1 – 25 of 33) sorted by relevance
12
/linux-6.1.9/drivers/spi/ |
D | spi-ingenic.c | 461 .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),
|
D | spi-xtensa-xtfpga.c | 91 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in xtfpga_spi_probe()
|
D | spi-altera-platform.c | 68 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in altera_spi_probe()
|
D | spi-clps711x.c | 109 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 8); in spi_clps711x_probe()
|
D | spi-altera-dfl.c | 121 SPI_BPW_RANGE_MASK(1, FIELD_GET(DATA_WIDTH, v)); in config_spi_master()
|
D | spi-ath79.c | 187 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in ath79_spi_probe()
|
D | spi-fsl-spi.c | 596 (SPI_BPW_RANGE_MASK(4, 16) | SPI_BPW_MASK(32)) & in fsl_spi_probe() 597 SPI_BPW_RANGE_MASK(1, mpc8xxx_spi->max_bits_per_word); in fsl_spi_probe()
|
D | spi-omap-uwire.c | 493 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in uwire_probe()
|
D | spi-dw-core.c | 921 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in dw_spi_add_host() 923 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in dw_spi_add_host()
|
D | spi-gpio.c | 413 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in spi_gpio_probe()
|
D | spi-omap-100k.c | 365 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in omap1_spi100k_probe()
|
D | spi-pxa2xx.c | 1621 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in pxa2xx_spi_probe() 1624 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in pxa2xx_spi_probe() 1633 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in pxa2xx_spi_probe()
|
D | spi-hisi-kunpeng.c | 493 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in hisi_spi_probe()
|
D | spi-coldfire-qspi.c | 405 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 16); in mcfqspi_probe()
|
D | spi-fsl-dspi.c | 1293 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in dspi_probe() 1295 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in dspi_probe()
|
D | spi-ep93xx.c | 683 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in ep93xx_spi_probe()
|
D | spi-pic32-sqi.c | 653 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 32); in pic32_sqi_probe()
|
D | spi-uniphier.c | 702 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in uniphier_spi_probe()
|
D | spi-fsl-espi.c | 680 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in fsl_espi_probe()
|
D | spi-au1550.c | 739 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 24); in au1550_spi_probe()
|
D | spi-davinci.c | 941 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 16); in davinci_spi_probe()
|
D | spi-fsl-lpspi.c | 844 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 32); in fsl_lpspi_probe()
|
D | spi-lantiq-ssc.c | 978 master->bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 8) | in lantiq_ssc_probe()
|
/linux-6.1.9/drivers/fpga/ |
D | dfl-n3000-nios.c | 432 SPI_BPW_RANGE_MASK(1, FIELD_GET(N3000_NS_PARAM_DATA_WIDTH, v)); in create_altera_spi_controller()
|
/linux-6.1.9/include/linux/spi/ |
D | spi.h | 519 #define SPI_BPW_RANGE_MASK(min, max) GENMASK((max) - 1, (min) - 1) macro
|
12