| /linux-6.15/drivers/spi/ |
| H A D | spi-ingenic.c | 464 .bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 17), 473 .bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 32), 482 .bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 32), 491 .bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 32),
|
| H A D | spi-xtensa-xtfpga.c | 91 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in xtfpga_spi_probe()
|
| H A D | spi-altera-platform.c | 68 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in altera_spi_probe()
|
| H A D | spi-fsl-spi.c | 575 (SPI_BPW_RANGE_MASK(4, 8) | SPI_BPW_MASK(16) | SPI_BPW_MASK(32)); in fsl_spi_probe() 578 (SPI_BPW_RANGE_MASK(4, 16) | SPI_BPW_MASK(32)); in fsl_spi_probe() 581 SPI_BPW_RANGE_MASK(1, mpc8xxx_spi->max_bits_per_word); in fsl_spi_probe()
|
| H A D | spi-altera-dfl.c | 121 SPI_BPW_RANGE_MASK(1, FIELD_GET(DATA_WIDTH, v)); in config_spi_host()
|
| H A D | spi-clps711x.c | 109 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 8); in spi_clps711x_probe()
|
| H A D | spi-ath79.c | 187 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in ath79_spi_probe()
|
| H A D | spi-pxa2xx.c | 1316 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in pxa2xx_spi_probe() 1319 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in pxa2xx_spi_probe() 1328 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in pxa2xx_spi_probe()
|
| H A D | spi-omap-uwire.c | 488 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in uwire_probe()
|
| H A D | spi-dw-core.c | 935 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in dw_spi_add_host() 937 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in dw_spi_add_host()
|
| H A D | spi-gpio.c | 368 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in spi_gpio_probe()
|
| H A D | spi-hisi-kunpeng.c | 494 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in hisi_spi_probe()
|
| H A D | spi-apple.c | 492 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in apple_spi_probe()
|
| H A D | spi-coldfire-qspi.c | 404 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 16); in mcfqspi_probe()
|
| H A D | spi-microchip-core.c | 549 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in mchp_corespi_probe()
|
| H A D | spi-stm32.c | 476 return SPI_BPW_RANGE_MASK(4, 16); in stm32f7_spi_get_bpw_mask() 503 return SPI_BPW_RANGE_MASK(4, max_bpw); in stm32h7_spi_get_bpw_mask() 525 return SPI_BPW_RANGE_MASK(4, max_bpw); in stm32mp25_spi_get_bpw_mask()
|
| H A D | spi-pic32-sqi.c | 640 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 32); in pic32_sqi_probe()
|
| H A D | spi-ep93xx.c | 643 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in ep93xx_spi_probe()
|
| H A D | spi-fsl-dspi.c | 1392 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in dspi_probe() 1394 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in dspi_probe()
|
| H A D | spi-uniphier.c | 702 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in uniphier_spi_probe()
|
| H A D | spi-fsl-espi.c | 680 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in fsl_espi_probe()
|
| H A D | spi-davinci.c | 934 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 16); in davinci_spi_probe()
|
| H A D | spi-au1550.c | 730 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 24); in au1550_spi_probe()
|
| /linux-6.15/drivers/fpga/ |
| H A 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.15/include/linux/spi/ |
| H A D | spi.h | 584 #define SPI_BPW_RANGE_MASK(min, max) GENMASK((max) - 1, (min) - 1) macro
|