Searched refs:ATMCI_CR (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/mmc/host/ |
D | atmel-mci.c | 50 #define ATMCI_CR 0x0000 /* Control */ macro 1282 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_start_request() 1283 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_start_request() 1432 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_set_ios() 1433 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_set_ios() 1513 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIDIS); in atmci_set_ios() 1698 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_detect_change() 1699 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_detect_change() 2486 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_probe() 2611 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIDIS); in atmci_remove()
|