Home
last modified time | relevance | path

Searched defs:bpw (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/spi/
H A Dspi-uniphier.c317 unsigned int bpw = bytes_per_word(priv->bits_per_word); in uniphier_spi_fill_tx_fifo() local
351 unsigned int bpw = bytes_per_word(priv->bits_per_word); in uniphier_spi_can_dma() local
H A Dspi-stm32.c601 u32 packet, bpw; in stm32h7_spi_prepare_fthlv() local
1783 u32 bpw; in stm32f7_spi_set_bpw() local
1808 u32 bpw, fthlv; in stm32h7_spi_set_bpw() local
/linux/drivers/iio/adc/
H A Dad4691.c1285 unsigned int bpw = indio_dev->channels[0].scan_type.realbits; in ad4691_manual_offload_buffer_postenable() local
1378 unsigned int bpw = indio_dev->channels[0].scan_type.realbits; in ad4691_cnv_burst_offload_buffer_postenable() local
/linux/include/linux/spi/
H A Dspi.h1365 static inline bool spi_is_bpw_supported(struct spi_device *spi, u32 bpw) in spi_is_bpw_supported()
1396 static inline u32 spi_bpw_to_bytes(u32 bpw) in spi_bpw_to_bytes()