Searched refs:spi_bpw_to_bytes (Results 1 – 3 of 3) sorted by relevance
503 xfer[1].len = spi_bpw_to_bytes(scan_type->realbits); in ad_sd_buffer_postenable()
1378 * spi_bpw_to_bytes - Covert bits per word to bytes1398 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
429 dws->n_bytes = spi_bpw_to_bytes(transfer->bits_per_word); in dw_spi_transfer_one()