Searched refs:AT91C_MCI_MCIDIS (Results 1 – 3 of 3) sorted by relevance
16 #define AT91C_MCI_MCIDIS (1 << 1) /* Multi-Media Interface Disable */ macro
77 at91_mci_write(AT91C_MCI_CR, AT91C_MCI_MCIDIS | AT91C_MCI_SWRST); in at91_reset_host()118 at91_mci_write(AT91C_MCI_CR, AT91C_MCI_MCIDIS | AT91C_MCI_SWRST); in at91_mci_disable()730 at91_mci_write(AT91C_MCI_CR, AT91C_MCI_MCIDIS); in at91_mci_set_iocfg()
2346 #define AT91C_MCI_MCIDIS (0x1 << 1) // (MCI) Multimedia Interface Disable macro
Completed in 72 milliseconds