/linux/drivers/spi/ |
H A D | spi-ingenic.c | 54 u32 bits_per_word_mask; member 439 ctlr->bits_per_word_mask = pdata->bits_per_word_mask; in spi_ingenic_probe() 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 | 64 host->bits_per_word_mask = pdata->bits_per_word_mask; in altera_spi_probe() 68 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in altera_spi_probe()
|
H A D | spi-altera-dfl.c | 120 host->bits_per_word_mask = in config_spi_host() 150 host->num_chipselect, host->bits_per_word_mask, in dfl_spi_altera_probe()
|
H A D | spi-mux.c | 161 ctlr->bits_per_word_mask = spi->controller->bits_per_word_mask; in spi_mux_probe()
|
H A D | spi-cavium-thunderx.c | 68 host->bits_per_word_mask = SPI_BPW_MASK(8); in thunderx_spi_probe()
|
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-lp8841-rtc.c | 201 host->bits_per_word_mask = SPI_BPW_MASK(8); in spi_lp8841_rtc_probe()
|
H A D | spi-rpc-if.c | 155 ctlr->bits_per_word_mask = SPI_BPW_MASK(8); in rpcif_spi_probe()
|
H A D | spi-xcomm.c | 260 host->bits_per_word_mask = SPI_BPW_MASK(8); in spi_xcomm_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-mt7621.c | 350 host->bits_per_word_mask = SPI_BPW_MASK(8); in mt7621_spi_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-ppc4xx.c | 366 bbp->ctlr->bits_per_word_mask = SPI_BPW_MASK(8); in spi_ppc4xx_of_probe()
|
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-cs42l43.c | 361 priv->ctlr->bits_per_word_mask = SPI_BPW_MASK(8) | SPI_BPW_MASK(16) | in cs42l43_spi_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-mpc52xx.c | 432 host->bits_per_word_mask = SPI_BPW_MASK(8); in mpc52xx_spi_probe()
|
H A D | spi-sprd-adi.c | 578 ctlr->bits_per_word_mask = 0; in sprd_adi_probe()
|
H A D | spi-bcm63xx.c | 565 host->bits_per_word_mask = SPI_BPW_MASK(8); in bcm63xx_spi_probe()
|
/linux/drivers/staging/greybus/ |
H A D | spilib.c | 30 u32 bits_per_word_mask; member 432 spi->bits_per_word_mask = le32_to_cpu(response.bits_per_word_mask); in gb_spi_get_master_config() 515 ctlr->bits_per_word_mask = spi->bits_per_word_mask; in gb_spilib_master_init()
|
/linux/include/linux/spi/ |
H A D | altera.h | 27 u32 bits_per_word_mask; member
|
H A D | spi.h | 579 u32 bits_per_word_mask; member 1298 u32 bpw_mask = spi->controller->bits_per_word_mask; in spi_is_bpw_supported()
|
/linux/drivers/fpga/ |
H A D | dfl-n3000-nios.c | 431 pdata.bits_per_word_mask = in create_altera_spi_controller() 438 pdata.num_chipselect, pdata.bits_per_word_mask, in create_altera_spi_controller()
|
/linux/drivers/iio/adc/ |
H A D | ad7949.c | 311 u32 spi_ctrl_mask = spi->controller->bits_per_word_mask; in ad7949_spi_probe()
|