Searched refs:SPI_CTAR_FMSZ (Results 1 – 1 of 1) sorted by relevance
52 #define SPI_CTAR_FMSZ(x) (((x) & 0x0000000f) << 27) macro96 #define SPI_FRAME_BITS(bits) SPI_CTAR_FMSZ((bits) - 1)97 #define SPI_FRAME_BITS_MASK SPI_CTAR_FMSZ(0xf)98 #define SPI_FRAME_BITS_16 SPI_CTAR_FMSZ(0xf)99 #define SPI_FRAME_BITS_8 SPI_CTAR_FMSZ(0x7)434 chip->ctar_val = SPI_CTAR_FMSZ(fmsz) in dspi_setup()