Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/sunxi/
H A Dsun6i_spi.c220 tcr |= SPI_TCR_CPOL; in sun6ispi_configure()
223 tcr |= SPI_TCR_CPHA|SPI_TCR_CPOL; in sun6ispi_configure()
H A Dsun6i_spireg.h56 #define SPI_TCR_CPOL __BIT(1) macro