Home
last modified time | relevance | path

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

/NextBSD/sys/arm/at91/
HDat91_spireg.h40 #define SPI_MR_MODFDIS 0x10 macro
HDat91_spi.c152 WR4(sc, SPI_MR, (0xf << 24) | SPI_MR_MSTR | SPI_MR_MODFDIS | in at91_spi_attach()