Searched refs:SPI_MODE_USER_MASK (Results 1 – 3 of 3) sorted by relevance
41 #define SPI_MODE_USER_MASK (_BITUL(18) - 1) macro
237 static_assert((SPI_MODE_KERNEL_MASK & SPI_MODE_USER_MASK) == 0,
440 spi->mode = tmp & SPI_MODE_USER_MASK; in spidev_ioctl()