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

/freebsd-10.2-release/sys/boot/arm/at91/libat91/
H A Dsd-card.c75 status = AT91C_BASE_MCI->MCI_SR;
80 status = AT91C_BASE_MCI->MCI_SR;
112 status = AT91C_BASE_MCI->MCI_SR;
133 error = (AT91C_BASE_MCI->MCI_SR) & AT91C_MCI_SR_ERROR;
251 if (AT91C_BASE_MCI->MCI_SR & AT91C_MCI_SR_ERROR)
H A Dat91rm9200.h1118 AT91_REG MCI_SR; // MCI Status Register member in struct:_AT91S_MCI
1161 // -------- MCI_SR : (MCI Offset: 0x40) MCI Status Register --------
/freebsd-10.2-release/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.c305 RD4(sc, MCI_SR);
1024 * After stopping a multi-block write, the NOTBUSY bit in MCI_SR does
1030 * gun that showed MCI_SR NOTBUSY was not tracking DAT0 correctly).
1075 sr = RD4(sc, MCI_SR);
1132 * them all to have the same sort of problem with MCI_SR not actually
1183 sr = RD4(sc, MCI_SR);
1213 "IO error; status MCI_SR = 0x%x cmd opcode = %d%s\n",

Completed in 76 milliseconds