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