Searched refs:ATMCI_CR (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/mmc/host/ |
| D | atmel-mci.c | 49 #define ATMCI_CR 0x0000 /* Control */ macro 1255 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_start_request() 1256 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_start_request() 1402 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_set_ios() 1403 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_set_ios() 1483 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIDIS); in atmci_set_ios() 1670 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_detect_change() 1671 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_detect_change() 2493 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_probe() 2620 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIDIS); in atmci_remove()
|