Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-sun4i.c41 #define SUN4I_CTL_CS_MASK 0x3000 macro
42 #define SUN4I_CTL_CS(cs) (((cs) << 12) & SUN4I_CTL_CS_MASK)
140 reg &= ~SUN4I_CTL_CS_MASK; in sun4i_spi_set_cs()