Searched refs:SPI_BPW_RANGE_MASK (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/spi/ |
| 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-omap-uwire.c | 488 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in uwire_probe()
|
| H A D | spi-gpio.c | 366 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in spi_gpio_probe()
|
| H A D | spi-dw-core.c | 1325 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in dw_spi_add_controller() 1327 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in dw_spi_add_controller()
|
| H A D | spi-stm32.c | 502 return SPI_BPW_RANGE_MASK(4, 16); in stm32f7_spi_get_bpw_mask() 529 return SPI_BPW_RANGE_MASK(4, max_bpw); in stm32h7_spi_get_bpw_mask() 551 return SPI_BPW_RANGE_MASK(4, max_bpw); in stm32mp25_spi_get_bpw_mask()
|
| H A D | spi-uniphier.c | 690 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in uniphier_spi_probe()
|
| H A D | spi-spacemit-k1.c | 754 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in k1_spi_probe()
|
| H A D | spi-rzv2h-rspi.c | 764 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in rzv2h_rspi_probe()
|
| H A D | spi-sh-msiof.c | 964 .bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 32),
|
| H A D | spi-imx.c | 2248 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in spi_imx_probe()
|
| /linux/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/include/linux/spi/ |
| H A D | spi.h | 623 #define SPI_BPW_RANGE_MASK(min, max) GENMASK((max) - 1, (min) - 1) macro
|