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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_mcireg.h43 #define MCI_SR 0x40 /* MCI Status Register */ macro
100 /* -------- MCI_SR : (MCI Offset: 0x40) MCI Status Register -------- */
H A Dat91_mci.c295 RD4(sc, MCI_SR);
1013 * After stopping a multi-block write, the NOTBUSY bit in MCI_SR does
1019 * gun that showed MCI_SR NOTBUSY was not tracking DAT0 correctly).
1064 sr = RD4(sc, MCI_SR);
1121 * them all to have the same sort of problem with MCI_SR not actually
1172 sr = RD4(sc, MCI_SR);
1202 "IO error; status MCI_SR = 0x%b cmd opcode = %d%s\n",

Completed in 156 milliseconds