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

/linux-4.1.27/drivers/mmc/host/
H A Datmel-mci-regs.h82 #define ATMCI_SR 0x0040 /* Status */ macro
H A Datmel-mci.c431 atmci_show_status_reg(s, "SR", buf[ATMCI_SR / 4]); atmci_regs_show()
1176 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) atmci_start_request()
1899 status = atmci_readl(host, ATMCI_SR); atmci_read_data_pio()
1969 status = atmci_readl(host, ATMCI_SR); atmci_write_data_pio()
2012 status = atmci_readl(host, ATMCI_SR); atmci_interrupt()
2545 atmci_readl(host, ATMCI_SR); atmci_remove()

Completed in 66 milliseconds