Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/spi/
Dspi-sun4i.c37 #define SUN4I_CTL_CS_MASK 0x3000 macro
38 #define SUN4I_CTL_CS(cs) (((cs) << 12) & SUN4I_CTL_CS_MASK)
169 reg &= ~SUN4I_CTL_CS_MASK; in sun4i_spi_set_cs()