Home
last modified time | relevance | path

Searched refs:bpw_mask (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/spi/
A Dspi-dln2.c317 u32 *bpw_mask) in dln2_spi_get_supported_frame_sizes() argument
341 *bpw_mask = 0; in dln2_spi_get_supported_frame_sizes()
343 *bpw_mask |= BIT(rx->frame_sizes[i] - 1); in dln2_spi_get_supported_frame_sizes()
345 dev_dbg(&dln2->pdev->dev, "bpw_mask = 0x%X\n", *bpw_mask); in dln2_spi_get_supported_frame_sizes()
/linux/include/linux/spi/
A Dspi.h1140 u32 bpw_mask = spi->master->bits_per_word_mask; in spi_is_bpw_supported() local
1142 if (bpw == 8 || (bpw <= 32 && bpw_mask & SPI_BPW_MASK(bpw))) in spi_is_bpw_supported()

Completed in 8 milliseconds