Searched refs:bits_per_word_mask (Results 1 – 25 of 92) sorted by relevance
1234
/linux-6.12.1/drivers/spi/ |
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()
|
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),
|
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()
|
D | spi-mux.c | 161 ctlr->bits_per_word_mask = spi->controller->bits_per_word_mask; in spi_mux_probe()
|
D | spi-cavium-octeon.c | 54 host->bits_per_word_mask = SPI_BPW_MASK(8); in octeon_spi_probe()
|
D | spi-sh-msiof.c | 35 u32 bits_per_word_mask; member 1053 .bits_per_word_mask = SPI_BPW_RANGE_MASK(8, 32), 1061 .bits_per_word_mask = SPI_BPW_MASK(8) | SPI_BPW_MASK(16) | 1070 .bits_per_word_mask = SPI_BPW_MASK(8) | SPI_BPW_MASK(16) | 1079 .bits_per_word_mask = SPI_BPW_MASK(8) | SPI_BPW_MASK(16) | 1368 ctlr->bits_per_word_mask = chipdata->bits_per_word_mask; in sh_msiof_spi_probe()
|
D | spi-cavium-thunderx.c | 68 host->bits_per_word_mask = SPI_BPW_MASK(8); in thunderx_spi_probe()
|
D | spi-xtensa-xtfpga.c | 91 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16); in xtfpga_spi_probe()
|
D | spi-fsl-spi.c | 574 host->bits_per_word_mask = in fsl_spi_probe() 577 host->bits_per_word_mask = in fsl_spi_probe() 580 host->bits_per_word_mask &= in fsl_spi_probe()
|
D | spi-clps711x.c | 109 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 8); in spi_clps711x_probe()
|
D | spi-rb4xx.c | 158 host->bits_per_word_mask = SPI_BPW_MASK(8); in rb4xx_spi_probe()
|
D | spi-lp8841-rtc.c | 201 host->bits_per_word_mask = SPI_BPW_MASK(8); in spi_lp8841_rtc_probe()
|
D | spi-rpc-if.c | 155 ctlr->bits_per_word_mask = SPI_BPW_MASK(8); in rpcif_spi_probe()
|
D | spi-ar934x.c | 196 ctlr->bits_per_word_mask = SPI_BPW_MASK(32) | SPI_BPW_MASK(24) | in ar934x_spi_probe()
|
D | spi-sh-hspi.c | 259 ctlr->bits_per_word_mask = SPI_BPW_MASK(8); in hspi_probe()
|
D | spi-xcomm.c | 260 host->bits_per_word_mask = SPI_BPW_MASK(8); in spi_xcomm_probe()
|
D | spi-ath79.c | 187 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); in ath79_spi_probe()
|
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()
|
D | spi-sc18is602.c | 297 host->bits_per_word_mask = SPI_BPW_MASK(8); in sc18is602_probe()
|
D | spi-mt7621.c | 350 host->bits_per_word_mask = SPI_BPW_MASK(8); in mt7621_spi_probe()
|
/linux-6.12.1/drivers/staging/greybus/ |
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-6.12.1/include/linux/spi/ |
D | altera.h | 27 u32 bits_per_word_mask; member
|
D | spi.h | 579 u32 bits_per_word_mask; member 1328 u32 bpw_mask = spi->controller->bits_per_word_mask; in spi_is_bpw_supported()
|
/linux-6.12.1/drivers/fpga/ |
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-6.12.1/drivers/iio/adc/ |
D | ad7949.c | 311 u32 spi_ctrl_mask = spi->controller->bits_per_word_mask; in ad7949_spi_probe()
|
1234