HomeSort by: relevance | last modified time | path
    Searched refs:SPI_CTL_EN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sun4i_spireg.h 58 #define SPI_CTL_EN __BIT(0)
sun4i_spi.c 174 ctl = SPI_CTL_SDM | SPI_CTL_TP_EN | SPI_CTL_SSPOL | SPI_CTL_MODE | SPI_CTL_EN;
214 SPIREG_WRITE(sc, SPI_CTL, (ctl | SPI_CTL_RF_RST | SPI_CTL_TF_RST) & ~SPI_CTL_EN);

Completed in 14 milliseconds