Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Dspi.h1361 static inline u32 spi_bpw_to_bytes(u32 bpw) in spi_bpw_to_bytes() function
/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/drivers/spi/
H A Dspi-dw-core.c426 dws->n_bytes = spi_bpw_to_bytes(transfer->bits_per_word); in dw_spi_transfer_one()
H A Dspi.c3802 maxsize = maxwords * spi_bpw_to_bytes(xfer->bits_per_word); in spi_split_transfers_maxwords()