Home
last modified time | relevance | path

Searched refs:ATMCI_SR (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/mmc/host/
Datmel-mci.c111 #define ATMCI_SR 0x0040 /* Status */ macro
545 atmci_show_status_reg(s, "SR", buf[ATMCI_SR / 4]); in atmci_regs_show()
1273 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) in atmci_start_request()
1972 status = atmci_readl(host, ATMCI_SR); in atmci_read_data_pio()
2040 status = atmci_readl(host, ATMCI_SR); in atmci_write_data_pio()
2083 status = atmci_readl(host, ATMCI_SR); in atmci_interrupt()
2621 atmci_readl(host, ATMCI_SR); in atmci_remove()