Searched refs:AT91_MCI_CR (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/mmc/host/ |
D | at91_mci.h | 19 #define AT91_MCI_CR 0x00 /* Control Register */ macro
|
D | at91_mci.c | 172 at91_mci_write(host, AT91_MCI_CR, AT91_MCI_MCIDIS | AT91_MCI_SWRST); in at91_reset_host() 175 at91_mci_write(host, AT91_MCI_CR, AT91_MCI_MCIEN); in at91_reset_host() 410 at91_mci_write(host, AT91_MCI_CR, AT91_MCI_MCIEN); in at91_mci_enable() 429 at91_mci_write(host, AT91_MCI_CR, AT91_MCI_MCIDIS | AT91_MCI_SWRST); in at91_mci_disable() 715 at91_mci_write(host, AT91_MCI_CR, AT91_MCI_MCIDIS); in at91_mci_set_ios() 720 at91_mci_write(host, AT91_MCI_CR, AT91_MCI_MCIEN); in at91_mci_set_ios()
|