Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sun4i.c38 #define SUN4I_CTL_CS(cs) (((cs) << 12) & SUN4I_CTL_CS_MASK) macro
170 reg |= SUN4I_CTL_CS(spi_get_chipselect(spi, 0)); in sun4i_spi_set_cs()