Searched refs:ATMCI_CR (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/mmc/host/ |
D | atmel-mci-regs.h | 20 #define ATMCI_CR 0x0000 /* Control */ macro
|
D | atmel-mci.c | 1157 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_start_request() 1158 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_start_request() 1310 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_set_ios() 1311 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_set_ios() 1391 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIDIS); in atmci_set_ios() 1596 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_detect_change() 1597 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_detect_change() 2399 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_probe() 2526 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIDIS); in atmci_remove()
|