Searched refs:ATMCI_CFG (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/mmc/host/ |
D | atmel-mci-regs.h | 120 #define ATMCI_CFG 0x0054 /* Configuration[2] */ macro
|
D | atmel-mci.c | 446 val = buf[ATMCI_CFG / 4]; in atmci_regs_show() 1161 atmci_writel(host, ATMCI_CFG, host->cfg_reg); in atmci_start_request() 1313 atmci_writel(host, ATMCI_CFG, host->cfg_reg); in atmci_set_ios() 1373 atmci_writel(host, ATMCI_CFG, host->cfg_reg); in atmci_set_ios() 1496 atmci_writel(host, ATMCI_CFG, host->cfg_reg); in atmci_request_end() 1600 atmci_writel(host, ATMCI_CFG, host->cfg_reg); in atmci_detect_change()
|