Home
last modified time | relevance | path

Searched refs:MCI_SDCR (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/arm/at91/
HDat91_mci.c284 sdcr = RD4(sc, MCI_SDCR); in at91_mci_reset()
296 WR4(sc, MCI_SDCR, sdcr); in at91_mci_reset()
323 WR4(sc, MCI_SDCR, 0); /* SLOT A, 1 bit bus */ in at91_mci_init()
329 WR4(sc, MCI_SDCR, 1); /* SLOT B, 1 bit bus */ in at91_mci_init()
598 WR4(sc, MCI_SDCR, RD4(sc, MCI_SDCR) | MCI_SDCR_SDCBUS); in at91_mci_update_ios()
600 WR4(sc, MCI_SDCR, RD4(sc, MCI_SDCR) & ~MCI_SDCR_SDCBUS); in at91_mci_update_ios()
HDat91_mcireg.h37 #define MCI_SDCR 0x0c /* MCI SD Card Register */ macro
/trueos/sys/boot/arm/at91/libat91/
HDlib_AT91RM9200.h112 pMCI->MCI_SDCR = SDCR_register; in AT91F_MCI_Configure()
HDsd-card.c372 AT91C_BASE_MCI->MCI_SDCR = AT91C_MCI_SDCARD_4BITS_SLOTA; in sdcard_init()
HDat91rm9200.h1110 AT91_REG MCI_SDCR; // MCI SD Card Register member