Home
last modified time | relevance | path

Searched refs:ATMCI_ARGR (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/mmc/host/
Datmel-mci-regs.h46 #define ATMCI_ARGR 0x0010 /* Command Argument */ macro
Datmel-mci.c389 seq_printf(s, "ARGR:\t0x%08x\n", buf[ATMCI_ARGR / 4]); in atmci_regs_show()
589 atmci_writel(host, ATMCI_ARGR, cmd->arg); in atmci_send_command()