Searched refs:ATMCI_CR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | atmel-mci.c | 49 #define ATMCI_CR 0x0000 /* Control */ macro 1256 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_start_request() 1257 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_start_request() 1403 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_set_ios() 1404 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_set_ios() 1484 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIDIS); in atmci_set_ios() 1671 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_detect_change() 1672 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_detect_change() 2494 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_probe() 2621 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIDI in atmci_remove() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | atmel-mci.c | 49 #define ATMCI_CR 0x0000 /* Control */ macro 1299 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_start_request() 1300 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_start_request() 1446 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_set_ios() 1447 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_set_ios() 1527 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIDIS); in atmci_set_ios() 1712 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_detect_change() 1713 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); in atmci_detect_change() 2523 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); in atmci_probe() 2650 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIDI in atmci_remove() [all...] |
Completed in 7 milliseconds