Searched refs:AT91_MCI_MR (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/mmc/host/ |
D | at91_mci.c | 167 mr = at91_mci_read(host, AT91_MCI_MR) & 0x7fff; in at91_reset_host() 176 at91_mci_write(host, AT91_MCI_MR, mr); in at91_reset_host() 418 at91_mci_write(host, AT91_MCI_MR, mr); in at91_mci_enable() 521 cmd->opcode, cmdr, cmd->arg, blocks, block_length, at91_mci_read(host, AT91_MCI_MR)); in at91_mci_send_command() 536 mr = at91_mci_read(host, AT91_MCI_MR) & 0x5fff; in at91_mci_send_command() 540 at91_mci_write(host, AT91_MCI_MR, mr); in at91_mci_send_command() 740 at91_mci_write(host, AT91_MCI_MR, (at91_mci_read(host, AT91_MCI_MR) & ~AT91_MCI_CLKDIV) | clkdiv); in at91_mci_set_ios()
|
D | at91_mci.h | 26 #define AT91_MCI_MR 0x04 /* Mode Register */ macro
|