Home
last modified time | relevance | path

Searched refs:bits_per_word_mask (Results 1 – 25 of 43) sorted by relevance

12

/linux/drivers/spi/
H A Dspi-ingenic.c54 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 Dspi-altera-platform.c64 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 Dspi-altera-dfl.c120 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 Dspi-mux.c161 ctlr->bits_per_word_mask = spi->controller->bits_per_word_mask; in spi_mux_probe()
H A Dspi-cavium-thunderx.c68 host->bits_per_word_mask = SPI_BPW_MASK(8); in thunderx_spi_probe()
H A Dspi-clps711x.c109 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 8); in spi_clps711x_probe()
H A Dspi-lp8841-rtc.c201 host->bits_per_word_mask = SPI_BPW_MASK(8); in spi_lp8841_rtc_probe()
H A Dspi-rpc-if.c155 ctlr->bits_per_word_mask = SPI_BPW_MASK(8); in rpcif_spi_probe()
H A Dspi-xcomm.c260 host->bits_per_word_mask = SPI_BPW_MASK(8); in spi_xcomm_probe()
H A Dspi-pxa2xx.c1316 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 Dspi-mt7621.c350 host->bits_per_word_mask = SPI_BPW_MASK(8); in mt7621_spi_probe()
H A Dspi-dw-core.c935 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 Dspi-ppc4xx.c366 bbp->ctlr->bits_per_word_mask = SPI_BPW_MASK(8); in spi_ppc4xx_of_probe()
H A Dspi-gpio.c398 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in spi_gpio_probe()
H A Dspi-cs42l43.c361 priv->ctlr->bits_per_word_mask = SPI_BPW_MASK(8) | SPI_BPW_MASK(16) | in cs42l43_spi_probe()
H A Dspi-hisi-kunpeng.c494 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in hisi_spi_probe()
H A Dspi-apple.c492 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in apple_spi_probe()
H A Dspi-mpc52xx.c432 host->bits_per_word_mask = SPI_BPW_MASK(8); in mpc52xx_spi_probe()
H A Dspi-sprd-adi.c578 ctlr->bits_per_word_mask = 0; in sprd_adi_probe()
H A Dspi-bcm63xx.c565 host->bits_per_word_mask = SPI_BPW_MASK(8); in bcm63xx_spi_probe()
/linux/drivers/staging/greybus/
H A Dspilib.c30 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 Daltera.h27 u32 bits_per_word_mask; member
H A Dspi.h579 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 Ddfl-n3000-nios.c431 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 Dad7949.c311 u32 spi_ctrl_mask = spi->controller->bits_per_word_mask; in ad7949_spi_probe()

12