Searched refs:MCI_CR_SWRST (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/arm/at91/
H A Dat91_mcireg.h53 #define MCI_CR_SWRST (0x1u << 7) /* (MCI) Software Reset */ macro
H A Dat91_mci.c280 WR4(sc, MCI_CR, MCI_CR_MCIDIS | MCI_CR_SWRST);
304 WR4(sc, MCI_CR, MCI_CR_MCIDIS | MCI_CR_SWRST); /* device into reset */
337 WR4(sc, MCI_CR, MCI_CR_MCIDIS | MCI_CR_SWRST); /* device into reset */

Completed in 105 milliseconds