Searched refs:bits_per_word_mask (Results 1 – 25 of 30) sorted by relevance
12
| /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/drivers/spi/ |
| 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-virtio.c | 303 ctrl->bits_per_word_mask = in virtio_spi_read_config() 305 bits_per_word_mask)); in virtio_spi_read_config()
|
| H A D | spi-cadence.c | 730 ctlr->bits_per_word_mask = SPI_BPW_MASK(8); in cdns_spi_probe() 734 ctlr->bits_per_word_mask |= SPI_BPW_MASK(16) | SPI_BPW_MASK(32); in cdns_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-ppc4xx.c | 366 bbp->ctlr->bits_per_word_mask = SPI_BPW_MASK(8); in spi_ppc4xx_of_probe()
|
| H A D | spi-dw-core.c | 958 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in dw_spi_add_controller() 960 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in dw_spi_add_controller()
|
| H A D | spi-sprd-adi.c | 572 ctlr->bits_per_word_mask = 0; in sprd_adi_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-orion.c | 676 host->bits_per_word_mask = SPI_BPW_MASK(8) | SPI_BPW_MASK(16); in orion_spi_probe()
|
| H A D | spi-fsl-dspi.c | 1605 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in dspi_probe() 1607 ctlr->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); in dspi_probe()
|
| H A D | spi-rzv2h-rspi.c | 763 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in rzv2h_rspi_probe()
|
| H A D | spi-axiado.c | 843 ctlr->bits_per_word_mask = SPI_BPW_MASK(8); in ax_spi_probe()
|
| H A D | spi-microchip-core-qspi.c | 769 ctlr->bits_per_word_mask = SPI_BPW_MASK(8); in mchp_coreqspi_probe()
|
| H A D | spi-davinci.c | 993 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 16); in davinci_spi_probe()
|
| H A D | spi-fsl-lpspi.c | 983 controller->bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 32); in fsl_lpspi_probe()
|
| H A D | spi-mxic.c | 806 host->bits_per_word_mask = SPI_BPW_MASK(8); in mxic_spi_probe()
|
| H A D | spi-rockchip.c | 853 ctlr->bits_per_word_mask = SPI_BPW_MASK(16) | SPI_BPW_MASK(8) | SPI_BPW_MASK(4); in rockchip_spi_probe()
|
| H A D | spi-bcm2835.c | 1363 ctlr->bits_per_word_mask = SPI_BPW_MASK(8); in bcm2835_spi_probe()
|
| H A D | spi-pci1xxxx.c | 927 spi_host->bits_per_word_mask = SPI_BPW_MASK(8); in pci1xxxx_spi_probe()
|
| H A D | spi-geni-qcom.c | 1072 spi->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32); in spi_geni_probe()
|
| /linux/include/linux/spi/ |
| H A D | altera.h | 27 u32 bits_per_word_mask; member
|
| H A D | spi.h | 609 u32 bits_per_word_mask; member 1369 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/include/linux/greybus/ |
| H A D | greybus_protocols.h | 856 __le32 bits_per_word_mask; member
|
12