Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sun6i.c41 #define SUN6I_TFR_CTL_CS(cs) (((cs) << 4) & SUN6I_TFR_CTL_CS_MASK) macro
189 reg |= SUN6I_TFR_CTL_CS(spi_get_chipselect(spi, 0)); in sun6i_spi_set_cs()