Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sun4i.c31 #define SUN4I_CTL_CPOL BIT(3) macro
242 reg |= SUN4I_CTL_CPOL; in sun4i_spi_transfer_one()
244 reg &= ~SUN4I_CTL_CPOL; in sun4i_spi_transfer_one()