Home
last modified time | relevance | path

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

/freebsd/sys/dev/spibus/controller/allwinner/
H A Daw_spi.c64 #define AW_SPI_TCR_SS_LEVEL (1 << 7) /* 1 == CS High */ macro
313 reg &= ~(AW_SPI_TCR_SS_LEVEL); in aw_spi_setup_cs()
315 reg |= AW_SPI_TCR_SS_LEVEL; in aw_spi_setup_cs()