Searched refs:SPI_BPW_RANGE_MASK (Results 1 – 16 of 16) sorted by relevance
/linux/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-altera-platform.c | 68 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in altera_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-pxa2xx.c | 1324 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in pxa2xx_spi_probe() 1327 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in pxa2xx_spi_probe() 1336 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in pxa2xx_spi_probe()
|
H A D | spi-dw-core.c | 931 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in dw_spi_add_host() 933 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in dw_spi_add_host()
|
H A D | spi-gpio.c | 398 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-ep93xx.c | 643 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in ep93xx_spi_probe()
|
H A D | spi-axi-spi-engine.c | 707 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in spi_engine_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-fsl-lpspi.c | 942 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 32); in fsl_lpspi_probe()
|
H A D | spi-geni-qcom.c | 1101 spi->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in spi_geni_probe()
|
H A D | spi-imx.c | 1806 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 | 581 #define SPI_BPW_RANGE_MASK(min, max) GENMASK((max) - 1, (min) - 1) macro
|