Home
last modified time | relevance | path

Searched refs:spi_bpw_to_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iio/adc/
H A Dad_sigma_delta.c503 xfer[1].len = spi_bpw_to_bytes(scan_type->realbits); in ad_sd_buffer_postenable()
/linux/include/linux/spi/
H A Dspi.h1378 * spi_bpw_to_bytes - Covert bits per word to bytes
1398 static inline u32 spi_bpw_to_bytes(u32 bpw) in spi_bpw_to_bytes()
1397 static inline u32 spi_bpw_to_bytes(u32 bpw) spi_bpw_to_bytes() function
/linux/drivers/spi/
H A Dspi-dw-core.c429 dws->n_bytes = spi_bpw_to_bytes(transfer->bits_per_word); in dw_spi_transfer_one()